templates
This commit is contained in:
12
.github/ISSUE_TEMPLATE/config.yml
vendored
12
.github/ISSUE_TEMPLATE/config.yml
vendored
@@ -1,7 +1,7 @@
|
||||
contact_links:
|
||||
- name: Report a Security Vulnerability
|
||||
url: https://github.com/space-wizards/space-station-14/blob/master/SECURITY.md
|
||||
about: Please report security vulnerabilities privately so we can fix them before they are publicly disclosed.
|
||||
- name: Request a Feature
|
||||
url: https://discord.gg/rGvu9hKffJ
|
||||
about: Submit feature requests on our Discord server (https://discord.gg/rGvu9hKffJ).
|
||||
- name: Предложение
|
||||
url: https://discord.station13.ru
|
||||
about: Свои предложения можете оставлять в соответствующем канале Discord.
|
||||
- name: Сообщить об уязвимости
|
||||
url: https://discord.station13.ru
|
||||
about: Пожалуйста, сообщайте о серьезных эксплойтах и уязвимостях безопасности halirakes#4370 в Discord.
|
||||
|
||||
45
.github/ISSUE_TEMPLATE/issue_report.md
vendored
45
.github/ISSUE_TEMPLATE/issue_report.md
vendored
@@ -1,20 +1,29 @@
|
||||
---
|
||||
name: Report an Issue
|
||||
about: "..."
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
name: "Сообщить о проблеме"
|
||||
description: "Если что-то работает не так, как ожидалось"
|
||||
labels: ["triage"]
|
||||
body:
|
||||
- type: textarea
|
||||
id: description
|
||||
validations:
|
||||
required: true
|
||||
attributes:
|
||||
label: "Описание"
|
||||
description: "Опишите проблему как можно подробнее"
|
||||
|
||||
---
|
||||
- type: textarea
|
||||
id: reproduction
|
||||
attributes:
|
||||
label: "Шаги воспроизведения"
|
||||
description: "Если применимо, опишите шаги для воспроизведения проблемы"
|
||||
placeholder: |
|
||||
1. Открыть интерфейс консоли
|
||||
2. Нажать кнопку "Старт"
|
||||
3. Получить ошибку...
|
||||
|
||||
## Description
|
||||
<!-- Explain your issue in detail. Issues without proper explanation are liable to be closed by maintainers. -->
|
||||
|
||||
**Reproduction**
|
||||
<!-- Include the steps to reproduce if applicable. -->
|
||||
|
||||
**Screenshots**
|
||||
<!-- If applicable, add screenshots to help explain your problem. -->
|
||||
|
||||
**Additional context**
|
||||
<!-- Add any other context about the problem here. Anything you think is related to the issue. -->
|
||||
- type: textarea
|
||||
id: screenshots
|
||||
attributes:
|
||||
label: "Скриншоты"
|
||||
description: |
|
||||
Если применимо, добавьте скриншоты, чтобы помочь объяснить вашу проблему
|
||||
**Подсказка**: Вы можете прикрепить изображения, щелкнув по этой области, чтобы выделить ее, а затем перетащив в нее файлы
|
||||
|
||||
Reference in New Issue
Block a user