| name: "๐ Refactor" | |
| description: Suggest a code refactor or deprecation | |
| title: Title of your refactor/deprecation report | |
| labels: refactor | |
| body: | |
| - type: markdown | |
| attributes: | |
| value: Thanks for taking the time to fill out this refactor report ๐ ! | |
| - type: textarea | |
| attributes: | |
| label: ๐ Proposed Refactor | |
| description: | | |
| A clear and concise description of the refactor proposal. Please outline | |
| the motivation for the proposal. If this is related to another GitHub | |
| issue, please link here too. | |
| validations: | |
| required: true | |
| - type: textarea | |
| attributes: | |
| label: Suggest a potential alternative/fix | |
| description: | | |
| Tell us how we could improve the code in this regard. | |
| validations: | |
| required: true | |