|
1 | 1 | name: Bug Report |
2 | 2 | description: File a bug report. |
3 | | -title: "[Provide a short descriptive title]" |
| 3 | +title: "[Bug] <short description of what broke>" |
4 | 4 | labels: ["bug", "triage"] |
5 | 5 | projects: ["qbicsoftware/25"] |
6 | 6 | body: |
7 | 7 | - type: markdown |
8 | 8 | attributes: |
9 | 9 | value: | |
10 | | - Thanks for taking the time to fill out this bug report! We strongly encourage you to also add screenshots to describe the bug! |
| 10 | + Thanks for taking the time to fill out this bug report! |
| 11 | + Please be as specific as possible — this helps both humans and automated tools understand and reproduce the issue faster. |
| 12 | +
|
11 | 13 | - type: textarea |
12 | 14 | id: what-happened |
13 | 15 | attributes: |
14 | | - label: What happened? |
15 | | - description: Also tell us, what did you expect to happen? |
16 | | - placeholder: Tell us what you see! |
17 | | - value: "A bug happened!" |
| 16 | + label: What actually happened? |
| 17 | + description: Describe the observed (broken) behavior. Be specific — include any error messages shown in the UI. |
| 18 | + placeholder: | |
| 19 | + e.g. "After clicking 'Save' on the project creation form, a spinner appears indefinitely and no project is created." |
18 | 20 | validations: |
19 | 21 | required: true |
| 22 | + |
| 23 | + - type: textarea |
| 24 | + id: what-was-expected |
| 25 | + attributes: |
| 26 | + label: What did you expect to happen? |
| 27 | + description: Describe the correct/intended behavior. This helps define what "fixed" looks like. |
| 28 | + placeholder: | |
| 29 | + e.g. "The project should be saved and I should be redirected to the project overview page." |
| 30 | + validations: |
| 31 | + required: true |
| 32 | + |
| 33 | + - type: textarea |
| 34 | + id: reproduction-steps |
| 35 | + attributes: |
| 36 | + label: Steps to reproduce |
| 37 | + description: | |
| 38 | + Provide a minimal, numbered list of steps to reliably reproduce the bug. |
| 39 | + The more precise, the better — include specific inputs, user roles, or data states if relevant. |
| 40 | + placeholder: | |
| 41 | + 1. Log in as a project manager |
| 42 | + 2. Navigate to Projects > Create New Project |
| 43 | + 3. Fill in all required fields |
| 44 | + 4. Click "Save" |
| 45 | + 5. Observe the spinner does not resolve |
| 46 | + validations: |
| 47 | + required: true |
| 48 | + |
| 49 | + - type: dropdown |
| 50 | + id: affected-area |
| 51 | + attributes: |
| 52 | + label: Affected application area |
| 53 | + description: Which part of the application is affected? This helps route the issue to the right code. |
| 54 | + multiple: false |
| 55 | + options: |
| 56 | + - Project Management |
| 57 | + - Sample Management |
| 58 | + - Experiment Management |
| 59 | + - User / Access Management |
| 60 | + - Data Download / Upload |
| 61 | + - Notifications |
| 62 | + - Settings |
| 63 | + - Other / Unknown |
| 64 | + validations: |
| 65 | + required: true |
| 66 | + |
20 | 67 | - type: dropdown |
21 | 68 | id: browsers |
22 | 69 | attributes: |
23 | | - label: What browsers are you seeing the problem on? |
| 70 | + label: Browser(s) where the problem occurs |
24 | 71 | multiple: true |
25 | 72 | options: |
26 | 73 | - Firefox |
27 | 74 | - Chrome |
28 | 75 | - Safari |
29 | 76 | - Microsoft Edge |
| 77 | + - Not browser-specific / backend issue |
| 78 | + |
30 | 79 | - type: textarea |
31 | | - id: logs |
| 80 | + id: additional-context |
32 | 81 | attributes: |
33 | | - label: Relevant log output |
34 | | - description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. |
35 | | - render: shell |
| 82 | + label: Additional context |
| 83 | + description: | |
| 84 | + Screenshots, screen recordings, test data, or anything else that helps paint the full picture. |
| 85 | + If this is a data-specific bug, describe the shape or state of the data involved (without including sensitive information). |
| 86 | +
|
36 | 87 | - type: checkboxes |
37 | 88 | id: terms |
38 | 89 | attributes: |
|
0 commit comments