-
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
1 parent
c12032a
commit b06fdcf
Showing
1 changed file
with
59 additions
and
0 deletions.
There are no files selected for viewing
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,59 @@ | ||
name: Bug | ||
description: Когда что-то сломалось | ||
labels: ['bug'] | ||
assignees: | ||
- TorinAsakura | ||
body: | ||
- type: textarea | ||
id: bug-description | ||
attributes: | ||
label: Локализация бага | ||
description: 'Например: после нажатия на кнопку не отправляется сообщение' | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: reproduce | ||
attributes: | ||
label: Воспроизведение | ||
description: 'Шаги для воспроизведения' | ||
placeholder: | | ||
1. Переходим на экран | ||
2. Вводим сообщение | ||
3. Жмём кнопку | ||
4. Видим ошибку | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: expected-behavior | ||
attributes: | ||
label: Ожидаемое поведение | ||
placeholder: 'Например: после нажатия на кнопку сообщение отправилось' | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: logs | ||
attributes: | ||
label: Приложи логи | ||
description: Прикладываем логи — если ошибка относится к системной части и скриншот не поможет в анализе и решение проблемы. После вставки, логи будут отформатированы. | ||
render: bash | ||
|
||
- type: textarea | ||
id: assets | ||
attributes: | ||
label: Медиа | ||
description: Прикладываем скриншоты – если ошибка относится к визуальной части и сбор логов не приемлем. | ||
|
||
- type: textarea | ||
id: env | ||
attributes: | ||
label: Данные окружения | ||
placeholder: | | ||
- OS и версия [например: [email protected], [email protected], [email protected]] | ||
- Браузер и версия [например: Chrome@64, Safari@13] | ||
- Сервер (например: Server1 => Debian@11, [email protected]) | ||
- Один из сервисов (например: [email protected]) | ||
validations: | ||
required: true |