Skip to content

Commit

Permalink
Fixed validaitons on defect template.
Browse files Browse the repository at this point in the history
  • Loading branch information
amyjko committed Jul 7, 2024
1 parent dd51169 commit 6a345fe
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/ISSUE_TEMPLATE/defect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ body:
1. Run '...'
1. See error...
Make the steps as minimal as possible, finding the smallest possible set of steps that still produce the unexpected behavior. What is the defect and what did you expect to happen instead?
validations:
required: true
validations:
required: true
- type: textarea
attributes:
label: Anything else?
Expand All @@ -36,6 +36,8 @@ body:
- Chrome
- Safari
- Microsoft Edge
validations:
required: true
- type: dropdown
id: os
attributes:
Expand All @@ -45,3 +47,5 @@ body:
- Windows
- macOS
- Linux
validations:
required: true

0 comments on commit 6a345fe

Please sign in to comment.