|
| 1 | +name: "[fix] Bug Fix Request" |
| 2 | +description: Request a bug fix or patch to resolve an issue in the codebase. |
| 3 | +title: "fix: " |
| 4 | +labels: [bug, fix] |
| 5 | +projects: [] |
| 6 | +body: |
| 7 | + - type: input |
| 8 | + id: root_path |
| 9 | + attributes: |
| 10 | + label: "Where?" |
| 11 | + description: "Provide path from the root of the repository." |
| 12 | + placeholder: "mqpy/" |
| 13 | + |
| 14 | + - type: textarea |
| 15 | + id: steps_to_reproduce |
| 16 | + attributes: |
| 17 | + label: Steps to Reproduce |
| 18 | + description: Provide the steps or code needed to reproduce the bug. Include specific instructions or a code snippet if possible. |
| 19 | + placeholder: e.g., "1. Go to page A, 2. Click button B, 3. Observe behavior C." |
| 20 | + |
| 21 | + - type: textarea |
| 22 | + id: proposed_solution |
| 23 | + attributes: |
| 24 | + label: Proposed Solution |
| 25 | + description: Suggest a solution to fix the bug. Include any alternative approaches you've considered. |
| 26 | + placeholder: e.g., "Fix the validation in X module" or "Add a check for Y before proceeding." |
0 commit comments