1--- 2name: Feature Request 3description: Suggest an idea for this project 4title: "(short issue description)" 5labels: [feature-request, needs-triage] 6assignees: [] 7body: 8 - type: textarea 9 id: description 10 attributes: 11 label: Describe the feature 12 description: A clear and concise description of the feature you are proposing. 13 validations: 14 required: true 15 - type: textarea 16 id: use-case 17 attributes: 18 label: Use Case 19 description: | 20 Why do you need this feature? For example: "I'm always frustrated when..." 21 validations: 22 required: true 23 - type: textarea 24 id: solution 25 attributes: 26 label: Proposed Solution 27 description: | 28 Suggest how to implement the addition or change. Please include prototype/workaround/sketch/reference implementation. 29 validations: 30 required: false 31 - type: textarea 32 id: other 33 attributes: 34 label: Other Information 35 description: | 36 Any alternative solutions or features you considered, a more detailed explanation, stack traces, related issues, links for context, etc. 37 validations: 38 required: false 39 - type: checkboxes 40 id: ack 41 attributes: 42 label: Acknowledgements 43 options: 44 - label: I may be able to implement this feature request 45 required: false 46 - label: This feature might incur a breaking change 47 required: false 48