|
1 | | -name: "Feature Request" |
2 | | -description: "Suggest an idea for this project" |
3 | | -labels: ["feature-request"] |
4 | | -body: |
5 | | - - type: markdown |
6 | | - attributes: |
7 | | - value: "### 🚀 Please fill out the following details for your feature request" |
8 | | - |
9 | | - - type: input |
10 | | - id: problem |
11 | | - attributes: |
12 | | - label: "Problem Area" |
13 | | - description: "Is your feature request related to a problem? Please describe." |
14 | | - placeholder: "A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]" |
15 | | - |
16 | | - - type: textarea |
17 | | - id: solution |
18 | | - attributes: |
19 | | - label: "Proposed Solution" |
20 | | - description: "Describe the solution you'd like" |
21 | | - placeholder: "A clear and concise description of what you want to happen" |
22 | | - |
23 | | - - type: textarea |
24 | | - id: solution |
25 | | - attributes: |
26 | | - label: "Workarounds" |
27 | | - description: "Describe alternatives you've considered" |
28 | | - placeholder: "A clear and concise description of any alternative solutions or features you've considered." |
29 | | - |
30 | | - - type: dropdown |
31 | | - id: category |
32 | | - attributes: |
33 | | - label: "Feature Type" |
34 | | - description: "What type of feature is this?" |
35 | | - options: |
36 | | - - "New API" |
37 | | - - "UI/UX Improvement" |
38 | | - - "Performance Enhancement" |
39 | | - - "Security Improvement" |
40 | | - - "Other" |
41 | | - |
42 | | - - type: textarea |
43 | | - id: additional |
44 | | - attributes: |
45 | | - label: "Additional Context" |
46 | | - description: "Any extra details? Screenshots? Links?" |
47 | | - placeholder: "Add any other context or screenshots about the feature request here." |
| 1 | +--- |
| 2 | +name: Feature request |
| 3 | +about: Suggest an idea for this project |
| 4 | +title: '' |
| 5 | +labels: feature-request |
| 6 | +assignees: '' |
| 7 | +--- |
| 8 | + |
| 9 | +**Is your feature request related to a problem? Please describe.** |
| 10 | + |
| 11 | +<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] --> |
| 12 | + |
| 13 | +**Describe the solution you'd like** |
| 14 | + |
| 15 | +<!-- A clear and concise description of what you want to happen. --> |
| 16 | + |
| 17 | +**Describe alternatives you've considered** |
| 18 | + |
| 19 | +<!-- A clear and concise description of any alternative solutions or features you've considered. --> |
| 20 | + |
| 21 | +**Additional context** |
| 22 | + |
| 23 | +<!-- Add any other context or screenshots about the feature request here. --> |
0 commit comments