feature_request.yaml (1285B)
1 name: Feature request 2 description: Suggest an idea for this project 3 title: "[feature] Issue Title" 4 labels: [enhancement] 5 assignees: 6 - 7 body: 8 - type: markdown 9 attributes: 10 value: | 11 Thanks for taking the time to fill out this feature request! 12 13 - type: textarea 14 id: desc 15 attributes: 16 label: Is your feature request related to a problem ? 17 description: Give a clear and concise description of what the problem is. 18 placeholder: ex. I'm always frustrated when [...] 19 validations: 20 required: true 21 22 - type: textarea 23 id: prop-solution 24 attributes: 25 label: Describe the solution you'd like. 26 description: A clear and concise description of what you want to happen. 27 validations: 28 required: true 29 30 - type: textarea 31 id: alternatives 32 attributes: 33 label: Describe alternatives you've considered. 34 description: A clear and concise description of any alternative solutions or features you've considered. If nothing, please enter `NONE` 35 validations: 36 required: true 37 38 - type: textarea 39 id: additional-ctxt 40 attributes: 41 label: Additional context. 42 description: Add any other context or screenshots about the feature request here. 43 validations: 44 required: false