Skip to content

Commit

Permalink
MA-19977: add actual behavior field in bug report template
Browse files Browse the repository at this point in the history
  • Loading branch information
Pronin-vk committed Oct 12, 2024
1 parent 2124c5d commit 61be551
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,13 @@ body:
description: Если считаете, что из описания ожидаемое поведение непонятно.
validations:
required: true
- type: textarea
id: actual-behavior
attributes:
label: Фактическое поведение
description: Результат выполнения в текущей реализации.
validations:
required: true
- type: textarea
id: screenshots
attributes:
Expand Down

0 comments on commit 61be551

Please sign in to comment.