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