Skip to content

Commit

Permalink
Merge pull request #964 from AnonymousWP/make-fields-mandatory
Browse files Browse the repository at this point in the history
chore(issue-templates): require more fields to be filled in
  • Loading branch information
yogeshojha authored Oct 2, 2023
2 parents 6641793 + e3db2a8 commit 3c60bc1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ body:
label: Current Behavior
description: A concise description of what you're experiencing.
validations:
required: false
required: true
- type: textarea
attributes:
label: Expected Behavior
description: A concise description of what you expected to happen.
validations:
required: false
required: true
- type: textarea
attributes:
label: Steps To Reproduce
Expand All @@ -32,7 +32,7 @@ body:
3. Run '...'
4. See error...
validations:
required: false
required: true
- type: textarea
attributes:
label: Environment
Expand All @@ -53,7 +53,7 @@ body:
- Browser:
render: markdown
validations:
required: false
required: true
- type: textarea
attributes:
label: Anything else?
Expand Down

0 comments on commit 3c60bc1

Please sign in to comment.