Spaces:
Runtime error
Runtime error
| name: "Fix request" | |
| description: Bug fixes or patches to resolve issues in the codebase. | |
| title: "fix(): " | |
| labels: [bug, fix] | |
| projects: [instadeepai/141] | |
| body: | |
| - type: textarea | |
| id: description | |
| attributes: | |
| label: Describe the bug | |
| description: A clear and concise description of what the bug is. Include the current behavior versus the expected behavior. Add any other context about the problem here as well. | |
| placeholder: What brings you to realize this bug? | |
| - type: textarea | |
| id: to_reproduce | |
| attributes: | |
| label: To reproduce | |
| description: Code snippet to reproduce the bug if possible. | |
| - type: textarea | |
| id: solution | |
| attributes: | |
| label: Proposed solution | |
| description: What solution do you propose to fix the bug? What are the alternatives? | |