intothisworld / Non-Game-Submissions-Queue

Non-Game pending submissions tracking
5 stars 1 forks source link

Issue templates contain the reserved word, `None` #5

Closed spiritfader closed 5 months ago

spiritfader commented 5 months ago

Commit d9037f79ab0795dd7b6dc777534a614220c0b47c breaks usability of templates in issue submission due to validating the reserved word, None

Further details surrounding issue: https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/common-validation-errors-when-creating-issue-forms#bodyi-options-must-not-include-the-reserved-word-none

As a result, template 1--new-discs.yaml & 2--verifications.yaml and broken and currently unable to be used in the issue submission form.

Solution would be to remove the validation check for any and all blocks that are intended to provide 'None' as a choice to the user (ie; d_language)

validations:
    required: false

Or, simply replace None with Instrumental, etc. to denote the lack of a language within the media.

spiritfader commented 5 months ago

Fixed by c59081cec0787e5958adadb546efcf88a687ffa1