| name: "✨ Enhancement / Refactor" | |||||
| description: Suggest an enhancement or request a code refactor. | |||||
| title: "[Enhancement/Refactor] " | |||||
| name: "✨ Refactor" | |||||
| description: Refactor existing code for improved readability and maintainability. | |||||
| title: "[Chore/Refactor] " | |||||
| labels: | labels: | ||||
| - refactor | - refactor | ||||
| body: | body: | ||||
| id: description | id: description | ||||
| attributes: | attributes: | ||||
| label: Description | label: Description | ||||
| placeholder: "Describe the enhancement or refactor you are proposing." | |||||
| placeholder: "Describe the refactor you are proposing." | |||||
| validations: | validations: | ||||
| required: true | required: true | ||||
| - type: textarea | - type: textarea | ||||
| id: motivation | id: motivation | ||||
| attributes: | attributes: | ||||
| label: Motivation | label: Motivation | ||||
| placeholder: "Why is this enhancement or refactor needed?" | |||||
| placeholder: "Explain why this refactor is necessary." | |||||
| validations: | validations: | ||||
| required: false | required: false | ||||
| - type: textarea | - type: textarea |