| 1 | name: "⭐ Feature or enhancement request" |
| 2 | description: Propose something new. |
| 3 | labels: |
| 4 | - enhancement |
| 5 | body: |
| 6 | - type: checkboxes |
| 7 | attributes: |
| 8 | label: Self Checks |
| 9 | description: "Please review the following before submitting. We recommend completing as many items as possible." |
| 10 | options: |
| 11 | - label: I have read the [Contributing Guide](https://github.com/yikart/AiToEarn/blob/main/CONTRIBUTING.md). |
| 12 | required: false |
| 13 | - label: I have searched for existing issues [search for existing issues](https://github.com/yikart/AiToEarn/issues), including closed ones. |
| 14 | required: false |
| 15 | - label: I can provide the request in English if needed to help more contributors participate in the discussion. |
| 16 | required: false |
| 17 | - label: "Please do not modify this template :) and fill in all the required fields." |
| 18 | required: true |
| 19 | - type: textarea |
| 20 | attributes: |
| 21 | label: 1. Is this request related to a challenge you're experiencing? Tell me about your story. |
| 22 | placeholder: Please describe the specific scenario or problem you're facing as clearly as possible. For instance "I was trying to use [feature] for [specific task], and [what happened]... It was frustrating because...." |
| 23 | validations: |
| 24 | required: true |
| 25 | - type: textarea |
| 26 | attributes: |
| 27 | label: 2. Additional context or comments |
| 28 | placeholder: (Any other information, comments, documentations, links, or screenshots that would provide more clarity. This is the place to add anything else not covered above.) |
| 29 | validations: |
| 30 | required: false |
| 31 | - type: checkboxes |
| 32 | attributes: |
| 33 | label: 3. Can you help us with this feature? |
| 34 | description: Let us know! This is not a commitment, but a starting point for collaboration. |
| 35 | options: |
| 36 | - label: I am interested in contributing to this feature. |
| 37 | required: false |
| 38 | - type: markdown |
| 39 | attributes: |
| 40 | value: You may include related requests in one issue when they belong to the same use case or problem context. |
| 41 |