Skip to content

Commit

Permalink
Merge pull request #435 from VKCOM/alekseypronin/docs/add_actual_beha…
Browse files Browse the repository at this point in the history
…vior_field_in_bug_report_template/MA-19977

MA-19977: add actual behavior field in bug report template
  • Loading branch information
Pronin-vk authored Oct 14, 2024
2 parents 2124c5d + 61be551 commit 52395f4
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 52395f4

Please sign in to comment.