Skip to content

Commit

Permalink
Fix icon request template
Browse files Browse the repository at this point in the history
Fixes #2588

Update the icon request issue template to allow creating an issue by selecting only the 'Folder' option without requiring the 'File' checkbox.

* Remove the `required: true` attribute for the `File` checkbox in the `.github/ISSUE_TEMPLATE/1-icon-request.yml` file.
* Add a `validations` section with `required: true` for the `icon-type` checkboxes to ensure at least one option is selected.
  • Loading branch information
PKief committed Sep 18, 2024
1 parent b1c18df commit f1c72b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/1-icon-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ body:
options:
- label: Folder
- label: File
required: true
validations:
required: true

- type: textarea
id: folder-names
Expand Down

0 comments on commit f1c72b7

Please sign in to comment.