Skip to content

Commit 7e6426b

Browse files
committed
MA-19977: add actual behavior field in bug report template
1 parent cf1bd18 commit 7e6426b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,13 @@ body:
4848
description: Если считаете, что из описания ожидаемое поведение непонятно.
4949
validations:
5050
required: true
51+
- type: textarea
52+
id: actual-behavior
53+
attributes:
54+
label: Фактическое поведение
55+
description: Результат выполнения в текущей реализации.
56+
validations:
57+
required: true
5158
- type: textarea
5259
id: screenshots
5360
attributes:

0 commit comments

Comments
 (0)