1--- 2name: Feature request 3description: Suggest an idea for this project 4title: "" 5labels: ["Feature Request"] 6assignees: "LouisOuellet" 7--- 8 9body: 10 - type: textarea 11 id: problem 12 attributes: 13 label: Is your feature request related to a problem? 14 description: Describe the problem this feature would solve. 15 placeholder: > 16 A clear and concise description of what the problem is. 17 Example: I'm always frustrated when [...] 18 validations: 19 required: true 20 21 - type: textarea 22 id: solution 23 attributes: 24 label: Describe the solution you'd like 25 description: Describe what you want to happen. 26 placeholder: > 27 A clear and concise description of the desired solution. 28 validations: 29 required: true 30 31 - type: textarea 32 id: alternatives 33 attributes: 34 label: Describe alternatives you've considered 35 description: Describe any alternative solutions or features you've considered. 36 placeholder: > 37 A clear and concise description of any alternative approaches. 38 validations: 39 required: false 40 41 - type: textarea 42 id: context 43 attributes: 44 label: Additional context 45 description: Add any other context or screenshots about the feature request. 46 placeholder: > 47 Add any other context, links, or screenshots here. 48 validations: 49 required: false 50