Skip to content

Commit d386af9

Browse files
feat(issue-templates): update
1 parent 7641286 commit d386af9

File tree

1 file changed

+59
-0
lines changed

1 file changed

+59
-0
lines changed

.github/ISSUE_TEMPLATE/bug.yml

+59
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
name: Bug
2+
description: Когда что-то сломалось
3+
labels: ['bug']
4+
assignees:
5+
- TorinAsakura
6+
body:
7+
- type: textarea
8+
id: bug-description
9+
attributes:
10+
label: Локализация бага
11+
description: 'Например: после нажатия на кнопку не отправляется сообщение'
12+
validations:
13+
required: true
14+
15+
- type: textarea
16+
id: reproduce
17+
attributes:
18+
label: Воспроизведение
19+
description: 'Шаги для воспроизведения'
20+
placeholder: |
21+
1. Переходим на экран
22+
2. Вводим сообщение
23+
3. Жмём кнопку
24+
4. Видим ошибку
25+
validations:
26+
required: true
27+
28+
- type: textarea
29+
id: expected-behavior
30+
attributes:
31+
label: Ожидаемое поведение
32+
placeholder: 'Например: после нажатия на кнопку сообщение отправилось'
33+
validations:
34+
required: true
35+
36+
- type: textarea
37+
id: logs
38+
attributes:
39+
label: Приложи логи
40+
description: Прикладываем логи — если ошибка относится к системной части и скриншот не поможет в анализе и решение проблемы. После вставки, логи будут отформатированы.
41+
render: bash
42+
43+
- type: textarea
44+
id: assets
45+
attributes:
46+
label: Медиа
47+
description: Прикладываем скриншоты – если ошибка относится к визуальной части и сбор логов не приемлем.
48+
49+
- type: textarea
50+
id: env
51+
attributes:
52+
label: Данные окружения
53+
placeholder: |
54+
- OS и версия [например: iOS@18.2, Android@11.1.0, Windows@11.1]
55+
- Браузер и версия [например: Chrome@64, Safari@13]
56+
- Сервер (например: Server1 => Debian@11, Clickhouse@4.7)
57+
- Один из сервисов (например: recommender@1.2)
58+
validations:
59+
required: true

0 commit comments

Comments
 (0)