Spaces:
Runtime error
Runtime error
| name: "Code refactor request" | |
| description: Request for code refactoring to improve code quality and structure. | |
| title: "refactor(): " | |
| labels: [refactor] | |
| projects: [instadeepai/141] | |
| body: | |
| - type: textarea | |
| id: challenges | |
| attributes: | |
| label: What should be changed? | |
| description: A clear and concise description of what and where should be changed. | |
| placeholder: What issues have you identified in the current code? | |
| - type: textarea | |
| id: suggestions | |
| attributes: | |
| label: What are the suggestions? | |
| description: A description of the proposed code or file structure. Include advantages and disadvantages. Note refactoring should not break existing functionality. | |
| placeholder: What changes do you propose? | |