1name: Feature request 2description: Suggest an idea for this project 3title: "" 4labels: ["feature request"] 5assignees: 6 - LouisOuellet 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 20 - type: textarea 21 id: solution 22 attributes: 23 label: Describe the solution you'd like 24 description: Describe what you want to happen. 25 placeholder: > 26 A clear and concise description of the desired solution. 27 validations: 28 required: true 29 30 - type: textarea 31 id: alternatives 32 attributes: 33 label: Describe alternatives you've considered 34 description: Describe any alternative solutions or features you've considered. 35 placeholder: > 36 A clear and concise description of any alternative approaches. 37 validations: 38 required: false 39 40 - type: textarea 41 id: context 42 attributes: 43 label: Additional context 44 description: Add any other context or screenshots about the feature request. 45 placeholder: > 46 Add any other context, links, or screenshots here. 47 validations: 48 required: false 49