Skip to content

Commit

Permalink
fix: add validation to game request template to ensure previous versi…
Browse files Browse the repository at this point in the history
…on or not is required
  • Loading branch information
MasterLaplace committed Dec 10, 2024
1 parent d31be9f commit cfb9b1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/game_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ body:
options:
- label: "Yes (Please provide the previous version)"
- label: "No"
validations:
required: true
- type: input
id: gamePreviousVersion
attributes:
Expand Down

0 comments on commit cfb9b1c

Please sign in to comment.