feature_request.yml
1 name: 'Feature request' 2 description: Report a feature request in this project. 3 labels: ['enhancement'] 4 body: 5 - type: markdown 6 attributes: 7 value: | 8 Before creating an issue, please read the following: 9 10 - Search to see if the same issue already exists, and keep the title concise and accurate so that it's easy for others to understand and search for. 11 - Please create a separate issue for each type of issue. 12 - Please be as detailed as possible and write in English so that we can handle your issue quickly. 13 - type: textarea 14 attributes: 15 label: Describe the feature 16 description: Feel free to describe any features or improvements you would like to see. You can attach text or images of examples, behavior, etc. from other projects to elaborate. 17 validations: 18 required: true