|
| 1 | +name: Bug Report |
| 2 | +description: Report a bug. |
| 3 | +labels: ["bug"] |
| 4 | +body: |
| 5 | + - type: textarea |
| 6 | + attributes: |
| 7 | + label: Describe the bug |
| 8 | + description: Provide a clear and concise description of what the bug is. |
| 9 | + validations: |
| 10 | + required: true |
| 11 | + - type: textarea |
| 12 | + attributes: |
| 13 | + label: Steps to reproduce |
| 14 | + description: Provide detailed steps to replicate the bug. |
| 15 | + placeholder: | |
| 16 | + 1. In this environment... |
| 17 | + 2. With this config... |
| 18 | + 3. Run '...' |
| 19 | + 4. See error... |
| 20 | + validations: |
| 21 | + required: true |
| 22 | + - type: textarea |
| 23 | + attributes: |
| 24 | + label: Expected behavior |
| 25 | + description: What did you expect to happen? |
| 26 | + validations: |
| 27 | + required: true |
| 28 | + - type: textarea |
| 29 | + attributes: |
| 30 | + label: Current behavior |
| 31 | + description: | |
| 32 | + What actually happened? |
| 33 | +
|
| 34 | + Include full errors, stack traces, and/or relevant logs. |
| 35 | + validations: |
| 36 | + required: true |
| 37 | + - type: textarea |
| 38 | + attributes: |
| 39 | + label: Acceptance Criteria |
| 40 | + description: | |
| 41 | + Provide the criteria that must be met in order for this issue to be considered fixed. |
| 42 | + Be specific, and consider potential edge cases. |
| 43 | + validations: |
| 44 | + required: true |
| 45 | + - type: textarea |
| 46 | + attributes: |
| 47 | + label: Possible reason(s) |
| 48 | + description: Provide any insights into what might be causing the issue. |
| 49 | + validations: |
| 50 | + required: false |
| 51 | + - type: textarea |
| 52 | + attributes: |
| 53 | + label: Suggested fix |
| 54 | + description: Provide any suggestions on how to resolve the bug. |
| 55 | + validations: |
| 56 | + required: false |
| 57 | + - type: textarea |
| 58 | + attributes: |
| 59 | + label: Branch, commit, and/or version |
| 60 | + description: Provide the branch, commit, and/or version you're using. |
| 61 | + placeholder: | |
| 62 | + branch: issue-1 |
| 63 | + commit: abc123d |
| 64 | + validations: |
| 65 | + required: true |
| 66 | + - type: textarea |
| 67 | + attributes: |
| 68 | + label: Screenshots |
| 69 | + description: If applicable, add screenshots with descriptions to help explain your problem. |
| 70 | + validations: |
| 71 | + required: false |
| 72 | + - type: textarea |
| 73 | + attributes: |
| 74 | + label: Environment details |
| 75 | + description: Provide environment details (OS name and version, etc). |
| 76 | + validations: |
| 77 | + required: true |
| 78 | + - type: textarea |
| 79 | + attributes: |
| 80 | + label: Additional details |
| 81 | + description: Provide any other additional details about the problem. |
| 82 | + validations: |
| 83 | + required: false |
| 84 | + - type: dropdown |
| 85 | + attributes: |
| 86 | + label: Contribution |
| 87 | + description: Can you contribute to the development of this feature? |
| 88 | + options: |
| 89 | + - "Yes, I can create a PR for this fix." |
| 90 | + - "Yes, but I can only provide ideas and feedback." |
| 91 | + - "No, I cannot contribute." |
| 92 | + validations: |
| 93 | + required: false |
0 commit comments