Skip to content

Commit

Permalink
Update 2_bug_report.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BartoszCichecki authored Oct 17, 2024
1 parent e530bcc commit a30d71f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/ISSUE_TEMPLATE/2_bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,19 @@ body:
- type: textarea
id: description
attributes:
label: What's wrong?
label: What is wrong?
description: Provide detailed description of what is wrong or does not work as expected.
placeholder: Provide detailed description of what is wrong or does not work as expected.
validations:
required: true
- type: textarea
id: description
attributes:
label: What did you try already?
description: Provide detailed description of how did you troubleshoot the issue and what have you tried already.
placeholder: Provide detailed description of how did you troubleshoot the issue and what have you tried already.
validations:
required: true
- type: textarea
id: reproduce
attributes:
Expand Down

0 comments on commit a30d71f

Please sign in to comment.