-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Kirill Zolottsev
authored
Dec 27, 2022
1 parent
fcb0f85
commit 620773c
Showing
2 changed files
with
46 additions
and
42 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
name: Bug | ||
description: Что-то где-то сдохло | ||
labels: ['bug'] | ||
assignees: | ||
- TorinAsakura | ||
body: | ||
- type: textarea | ||
id: bug-description | ||
attributes: | ||
label: Описание бага | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: reproduce | ||
attributes: | ||
label: Воспроизведение | ||
description: 'Шаги для воспроизведения бага:' | ||
placeholder: | | ||
1. Идём туда-то **package/name/src/main.js:561** | ||
2. Выполнить команду или что-то запустить | ||
3. Видим то-то и то-то | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: expected-behavior | ||
attributes: | ||
label: Ожидаемое поведение | ||
placeholder: 'Чётко и понятно (без "я думал" или "ну, типа и так панятна же…не?") опишите ожидаемое поведение.' | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: assets | ||
attributes: | ||
label: Материалы | ||
description: Прикладываем скриншоты – если ошибка относится к визуальной части и сбор логов не приемлем. Прикладываем логи — если ошибка относится к системной части и скриншот не поможет в анализе и решении проблемы | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: env | ||
attributes: | ||
label: Данные окружения | ||
placeholder: | | ||
- OS и версия [например iOS@14.7, Android@6.7.3, Windows@7.1] | ||
- Браузер и версия [например Chrome@64, Safari@13] | ||
validations: | ||
required: true |