|
| 1 | +name: Bug report |
| 2 | +description: Report something that is not working as expected. |
| 3 | +labels: ["bug"] |
| 4 | + |
| 5 | +body: |
| 6 | + - type: markdown |
| 7 | + attributes: |
| 8 | + value: | |
| 9 | + Thanks for reporting a problem with this project. |
| 10 | + Please answer the questions below as clearly as you can. |
| 11 | +
|
| 12 | + - type: textarea |
| 13 | + id: problem |
| 14 | + attributes: |
| 15 | + label: Problem description |
| 16 | + description: Clearly describe the problem you encountered. |
| 17 | + placeholder: What went wrong? |
| 18 | + validations: |
| 19 | + required: true |
| 20 | + |
| 21 | + - type: input |
| 22 | + id: where |
| 23 | + attributes: |
| 24 | + label: Where did it happen? |
| 25 | + description: Page, module, API endpoint, or part of the system. |
| 26 | + placeholder: Station detail page, API /v2/stations, mobile app |
| 27 | + validations: |
| 28 | + required: true |
| 29 | + |
| 30 | + - type: textarea |
| 31 | + id: how |
| 32 | + attributes: |
| 33 | + label: How did it happen? |
| 34 | + description: What were you doing when the issue occurred? |
| 35 | + placeholder: Steps or actions before the issue appeared |
| 36 | + validations: |
| 37 | + required: true |
| 38 | + |
| 39 | + - type: textarea |
| 40 | + id: steps |
| 41 | + attributes: |
| 42 | + label: Steps to reproduce |
| 43 | + description: What do we need to do to reproduce the problem? |
| 44 | + placeholder: | |
| 45 | + 1. Go to ... |
| 46 | + 2. Click on ... |
| 47 | + 3. See error ... |
| 48 | + validations: |
| 49 | + required: true |
| 50 | + |
| 51 | + - type: textarea |
| 52 | + id: expected |
| 53 | + attributes: |
| 54 | + label: Expected behavior |
| 55 | + description: What did you expect to happen? |
| 56 | + validations: |
| 57 | + required: true |
| 58 | + |
| 59 | + - type: textarea |
| 60 | + id: actual |
| 61 | + attributes: |
| 62 | + label: Actual behavior |
| 63 | + description: What actually happened? |
| 64 | + validations: |
| 65 | + required: true |
| 66 | + |
| 67 | + - type: input |
| 68 | + id: reproduce |
| 69 | + attributes: |
| 70 | + label: Where can we reproduce it? |
| 71 | + description: URL, environment, or setup needed to reproduce the issue. |
| 72 | + placeholder: https://…, staging environment, mobile app vX.Y |
| 73 | + validations: |
| 74 | + required: true |
| 75 | + |
| 76 | + - type: input |
| 77 | + id: environment |
| 78 | + attributes: |
| 79 | + label: Environment |
| 80 | + description: OS, browser, version, or other relevant details. |
| 81 | + placeholder: Windows 11, Chrome 129, API dev environment |
| 82 | + validations: |
| 83 | + required: false |
0 commit comments