templates
This commit is contained in:
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