Skip to content

Commit

Permalink
chore: add 'expected' and 'actually happening' to bug report template (
Browse files Browse the repository at this point in the history
…#4515)

Some issues don't provide enough information on what is expected vs happening.
  • Loading branch information
davidmatter authored Jul 1, 2024
1 parent 346244d commit a47dff5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,18 @@ body:
placeholder: Steps to reproduce
validations:
required: true
- type: textarea
id: expected
attributes:
label: What is expected?
validations:
required: true
- type: textarea
id: actually-happening
attributes:
label: What is actually happening?
validations:
required: true
- type: input
id: reproduction-link
attributes:
Expand Down

0 comments on commit a47dff5

Please sign in to comment.