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