|
| 1 | +name: Feature Request 💡 |
| 2 | +description: Have a new idea or feature? Let us know... |
| 3 | +title: "[FEATURE] <brief description>" |
| 4 | +labels: ["status: awaiting triage"] |
| 5 | + |
| 6 | +body: |
| 7 | + - type: checkboxes |
| 8 | + id: duplicates |
| 9 | + attributes: |
| 10 | + label: Is this feature already requested? |
| 11 | + description: Ensure this feature hasn't been suggested before. |
| 12 | + options: |
| 13 | + - label: I have checked "open" and "closed" issues, and this is not a duplicate. |
| 14 | + required: true |
| 15 | + |
| 16 | + - type: textarea |
| 17 | + id: problem |
| 18 | + attributes: |
| 19 | + label: Problem or Missing Functionality |
| 20 | + description: Briefly describe the problem or the missing functionality that this feature would address. |
| 21 | + placeholder: "For ex: I often encounter [specific problem] when using [current feature or lack thereof]. Implementing this feature would improve [specific aspect or workflow] by [explain how it will help]." |
| 22 | + validations: |
| 23 | + required: false |
| 24 | + |
| 25 | + - type: textarea |
| 26 | + id: solution |
| 27 | + attributes: |
| 28 | + label: Feature Description |
| 29 | + description: Describe the feature you're suggesting and how it would solve the problem. Include any relevant details or references. |
| 30 | + placeholder: "For ex: I suggest adding [describe the feature] that will [explain its impact]. This feature could be similar to [mention any known implementations or inspirations], which helps by [describe how it benefits the users]." |
| 31 | + validations: |
| 32 | + required: true |
| 33 | + |
| 34 | + - type: textarea |
| 35 | + id: screenshots |
| 36 | + attributes: |
| 37 | + label: Screenshots |
| 38 | + description: Attach any screenshots that might help illustrate the feature or its need (Optional). |
| 39 | + placeholder: "If applicable, drag and drop images here or click to upload. Screenshots can help clarify your suggestion by showing the current issue or how the feature might look." |
| 40 | + validations: |
| 41 | + required: false |
| 42 | + |
| 43 | + - type: dropdown |
| 44 | + id: work_on_issue |
| 45 | + attributes: |
| 46 | + label: Would you like to work on this feature? |
| 47 | + options: |
| 48 | + - "Yes" |
| 49 | + - "No" |
| 50 | + validations: |
| 51 | + required: true |
| 52 | + |
| 53 | + - type: textarea |
| 54 | + id: implementation_plan |
| 55 | + attributes: |
| 56 | + label: Implementation Plan |
| 57 | + description: If you selected "Yes" above, briefly describe how you plan to implement this feature (Optional). |
| 58 | + placeholder: "For example: I plan to start by [outline your steps], using [mention any tools, libraries, or frameworks]. This will help ensure the feature is developed efficiently and meets the intended purpose." |
| 59 | + validations: |
| 60 | + required: false |
| 61 | + |
| 62 | + - type: markdown |
| 63 | + attributes: |
| 64 | + value: | |
| 65 | + Thank you for suggesting a new feature! Please ensure you've filled out all the required sections to help us evaluate your suggestion effectively. |
0 commit comments