| 1 | name: "✨ Refactor" |
| 2 | description: Refactor existing code for improved readability and maintainability. |
| 3 | labels: |
| 4 | - refactor |
| 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 | id: description |
| 21 | attributes: |
| 22 | label: Description |
| 23 | placeholder: "Describe the refactor you are proposing." |
| 24 | validations: |
| 25 | required: true |
| 26 | - type: textarea |
| 27 | id: motivation |
| 28 | attributes: |
| 29 | label: Motivation |
| 30 | placeholder: "Explain why this refactor is necessary." |
| 31 | validations: |
| 32 | required: false |
| 33 | - type: textarea |
| 34 | id: additional-context |
| 35 | attributes: |
| 36 | label: Additional Context |
| 37 | placeholder: "Add any other context or screenshots about the request here." |
| 38 | validations: |
| 39 | required: false |
| 40 |