|
| 1 | +name: Bug Report |
| 2 | +description: Report a bug or issue |
| 3 | +title: "[BUG]: " |
| 4 | +labels: ["bug", "triage-needed"] |
| 5 | +body: |
| 6 | + - type: markdown |
| 7 | + attributes: |
| 8 | + value: | |
| 9 | + Thanks for reporting a bug! Please fill out the sections below to help us fix it. |
| 10 | +
|
| 11 | + - type: textarea |
| 12 | + id: bug-description |
| 13 | + attributes: |
| 14 | + label: Bug Description |
| 15 | + description: A clear and concise description of what the bug is |
| 16 | + placeholder: Describe the bug... |
| 17 | + validations: |
| 18 | + required: true |
| 19 | + |
| 20 | + - type: textarea |
| 21 | + id: reproduction |
| 22 | + attributes: |
| 23 | + label: Steps to Reproduce |
| 24 | + description: How can we reproduce this bug? |
| 25 | + placeholder: | |
| 26 | + 1. Go to '...' |
| 27 | + 2. Click on '...' |
| 28 | + 3. Scroll down to '...' |
| 29 | + 4. See error |
| 30 | + validations: |
| 31 | + required: false |
| 32 | + |
| 33 | + - type: textarea |
| 34 | + id: logs-screenshots |
| 35 | + attributes: |
| 36 | + label: Logs and Screenshots |
| 37 | + description: Add error logs, console output, or screenshots |
| 38 | + placeholder: | |
| 39 | + Paste logs here or drag and drop screenshots |
| 40 | + ``` |
| 41 | + Error logs here |
| 42 | + ``` |
| 43 | + validations: |
| 44 | + required: false |
| 45 | + |
| 46 | + - type: textarea |
| 47 | + id: environment-details |
| 48 | + attributes: |
| 49 | + label: Environment Details |
| 50 | + description: Provide environment, version, and any additional context |
| 51 | + placeholder: | |
| 52 | + - OS: Windows 11 / macOS / Linux |
| 53 | + - Browser: Chrome 120 / Firefox / Safari |
| 54 | + - Node.js / Python version (if applicable) |
| 55 | + - Any other relevant information |
| 56 | + validations: |
| 57 | + required: false |
| 58 | + |
| 59 | + - type: dropdown |
| 60 | + id: impact |
| 61 | + attributes: |
| 62 | + label: Impact |
| 63 | + description: How severe is this bug? |
| 64 | + options: |
| 65 | + - Critical - Application is unusable |
| 66 | + - High - Major feature is broken |
| 67 | + - Medium - Feature works but has issues |
| 68 | + - Low - Minor inconvenience |
| 69 | + validations: |
| 70 | + required: true |
| 71 | + |
| 72 | + - type: checkboxes |
| 73 | + id: terms |
| 74 | + attributes: |
| 75 | + label: Code of Conduct |
| 76 | + description: By submitting this issue, you agree to follow our Code of Conduct and join our Discord |
| 77 | + options: |
| 78 | + - label: I have joined the [Discord server](https://discord.gg/hjUhu33uAn) and will post updates there |
| 79 | + required: true |
| 80 | + - label: I have searched existing issues to avoid duplicates |
| 81 | + required: true |
0 commit comments