2-feature-request.yml
1 name: Enhancement 2 description: "File an enhancement request for Auride" 3 title: "[Enhancement]: " 4 labels: ["enhancement"] 5 body: 6 - type: markdown 7 attributes: 8 value: | 9 Thank you for taking the time to help us improve Auride! Please note that these tickets are to be treated seriously, any content deemed disrespectful, non-serious, or does not adequately follow the steps below will be immediately closed and potentially removed. 10 11 This is an English-only form. If you do not speak English, please use Google Translate or similar to translate into English. 12 - type: textarea 13 attributes: 14 label: Description 15 description: "Provide a description of the enhancement you are requesting. Go into detail!" 16 validations: 17 required: true 18 - type: textarea 19 attributes: 20 label: How would your feature improve Auride? 21 validations: 22 required: true 23 - type: textarea 24 attributes: 25 label: Additional Notes 26 description: "Anything else you have to say about your feature request?" 27 validations: 28 required: true 29 - type: checkboxes 30 id: terms 31 attributes: 32 label: Verification of Submission 33 description: Verify that you have selected options above and filled out request properly and in full. 34 options: 35 - label: I agree that I properly filled out the items listed above. 36 required: true 37 - label: I understand an issue may be closed if process is not properly followed. 38 required: true 39 - label: I will implement this feature myself 40 required: false 41 - label: I have searched for similar issues 42 required: true