Skip to content

Commit 620773c

Browse files
author
Kirill Zolottsev
authored
chore: update bug template
1 parent fcb0f85 commit 620773c

File tree

2 files changed

+46
-42
lines changed

2 files changed

+46
-42
lines changed

.github/ISSUE_TEMPLATE/bug.md

Lines changed: 0 additions & 42 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/bug.yaml

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
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+
validations:
12+
required: true
13+
- type: textarea
14+
id: reproduce
15+
attributes:
16+
label: Воспроизведение
17+
description: 'Шаги для воспроизведения бага:'
18+
placeholder: |
19+
1. Идём туда-то **package/name/src/main.js:561**
20+
2. Выполнить команду или что-то запустить
21+
3. Видим то-то и то-то
22+
validations:
23+
required: true
24+
- type: textarea
25+
id: expected-behavior
26+
attributes:
27+
label: Ожидаемое поведение
28+
placeholder: 'Чётко и понятно (без "я думал" или "ну, типа и так панятна же…не?") опишите ожидаемое поведение.'
29+
validations:
30+
required: true
31+
- type: textarea
32+
id: assets
33+
attributes:
34+
label: Материалы
35+
description: Прикладываем скриншоты – если ошибка относится к визуальной части и сбор логов не приемлем. Прикладываем логи — если ошибка относится к системной части и скриншот не поможет в анализе и решении проблемы
36+
validations:
37+
required: true
38+
- type: textarea
39+
id: env
40+
attributes:
41+
label: Данные окружения
42+
placeholder: |
43+
- OS и версия [например iOS@14.7, Android@6.7.3, Windows@7.1]
44+
- Браузер и версия [например Chrome@64, Safari@13]
45+
validations:
46+
required: true

0 commit comments

Comments
 (0)