| 1 | name: "Feature Request" |
| 2 | description: | |
| 3 | Some constructive suggestions and new ideas regarding current repo. |
| 4 | labels: |
| 5 | - enhancement |
| 6 | body: |
| 7 | - type: checkboxes |
| 8 | attributes: |
| 9 | label: Checks |
| 10 | description: "To help us grasp quickly, please confirm the following:" |
| 11 | options: |
| 12 | - label: This template is only for feature request. |
| 13 | required: true |
| 14 | - label: I have thoroughly reviewed the project documentation but couldn't find any relevant information that meets my needs. |
| 15 | required: true |
| 16 | - label: I have searched for existing issues, including closed ones, and found not discussion yet. |
| 17 | required: true |
| 18 | - label: I am using English to submit this issue to facilitate community communication. |
| 19 | required: true |
| 20 | - type: textarea |
| 21 | attributes: |
| 22 | label: 1. Is this request related to a challenge you're experiencing? Tell us your story. |
| 23 | description: | |
| 24 | Describe the specific problem or scenario you're facing in detail. For example: |
| 25 | *"I was trying to use [feature] for [specific task], but encountered [issue]. This was frustrating because...."* |
| 26 | placeholder: Please describe the situation in as much detail as possible. |
| 27 | validations: |
| 28 | required: true |
| 29 | |
| 30 | - type: textarea |
| 31 | attributes: |
| 32 | label: 2. What is your suggested solution? |
| 33 | description: | |
| 34 | Provide a clear description of the feature or enhancement you'd like to propose. |
| 35 | How would this feature solve your issue or improve the project? |
| 36 | placeholder: Describe your idea or proposed solution here. |
| 37 | validations: |
| 38 | required: true |
| 39 | |
| 40 | - type: textarea |
| 41 | attributes: |
| 42 | label: 3. Additional context or comments |
| 43 | description: | |
| 44 | Any other relevant information, links, documents, or screenshots that provide clarity. |
| 45 | Use this section for anything not covered above. |
| 46 | placeholder: Add any extra details here. |
| 47 | validations: |
| 48 | required: false |
| 49 | |
| 50 | - type: checkboxes |
| 51 | attributes: |
| 52 | label: 4. Can you help us with this feature? |
| 53 | description: | |
| 54 | Let us know if you're interested in contributing. This is not a commitment but a way to express interest in collaboration. |
| 55 | options: |
| 56 | - label: I am interested in contributing to this feature. |
| 57 | required: false |
| 58 | |
| 59 | - type: markdown |
| 60 | attributes: |
| 61 | value: | |
| 62 | **Note:** Please submit only one request per issue to keep discussions focused and manageable. |