diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml index 4b818f64..e42e4c2d 100644 --- a/.github/ISSUE_TEMPLATE/feature.yml +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -1,34 +1,37 @@ name: Feature request -description: If you would like a new feature in Project64 or its default plugins, please open an issue here and fill out the template. -title: "[Feature request]: " -labels: ["enhancement"] -assignees: - - null +description: >- + If you would like a new feature in Visual Boy Advance - M or its default plugins, please + open an issue here and fill out the template. +title: '[Feature request]: ' +labels: + - enhancement +assignees: + - null body: - type: textarea id: feature-request - attributes: + attributes: label: Request box description: What feature would you like to see added? placeholder: Tell us what you would like to see added to Visual Boy Advance - M! value: null - validations: + validations: required: true - type: textarea id: reason-why - attributes: + attributes: label: Reason box description: Provide reasoning for the new feature placeholder: Tell us why you'd like to see this feature added value: null - validations: + validations: required: true - type: textarea id: Examples - attributes: + attributes: label: Examples description: Provide examples of this feature placeholder: Provide examples or screenshots of this feature in other software value: null - validations: + validations: required: true