Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
alischumacher committed Mar 20, 2023
1 parent bcd9e1d commit 9588570
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion .github/ISSUE_TEMPLATE/reportabug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,32 @@ body:
attributes:
label: Describe the bug
placeholder: A clear and concise description of what the bug is.
validations:
required: true
- type: textarea
id: what-happened
attributes:
label: What happened?
placeholder: Tell us what you see!
value:
validations:
required: true
- type: textarea
id: reproduce
attributes:
label: How would you reproduce the bug?
placeholder: Steps to reproduce the behavior
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
value:
validations:
required: true
- type: textarea
id: what-happened
attributes:
label: What happened?
description: Also tell us, what did you expect to happen?
placeholder: Tell us what you see!
value:
validations:
Expand Down

0 comments on commit 9588570

Please sign in to comment.