Skip to content

Commit

Permalink
feat(issue-templates): update
Browse files Browse the repository at this point in the history
  • Loading branch information
atlantis-terraformer-bot[bot] authored and Amiditin committed Jan 13, 2025
1 parent c12032a commit b06fdcf
Showing 1 changed file with 59 additions and 0 deletions.
59 changes: 59 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yml
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

0 comments on commit b06fdcf

Please sign in to comment.