Skip to content

Commit

Permalink
👷 Make some form fields mandatory
Browse files Browse the repository at this point in the history
  • Loading branch information
foosel committed May 16, 2024
1 parent 0bcf97f commit d8857ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ body:
attributes:
label: Please describe the problem you are facing.
description: A clear and concise description of what the problem is. If it concerns a specific board game, please provide a link to it as well. Screenshots and other media also go a long way in helping to understand what you're talking about.
validations:
required: true
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ body:
attributes:
label: Please describe the problem the feature is supposed to solve.
description: A clear and concise description of what the problem is. If it concerns a specific board game, please provide a link to it as well. Screenshots and other media also go a long way in helping to understand what you're talking about.
validations:
required: true
- type: textarea
attributes:
label: Describe the solution you'd like
Expand Down

0 comments on commit d8857ad

Please sign in to comment.