|
| 1 | +name: Bug report |
| 2 | +description: You've found a bug with the Mairror API. |
| 3 | +labels: ['type:bug', 'status:requirements', 'priority-5-triage'] |
| 4 | +body: |
| 5 | + - type: markdown |
| 6 | + attributes: |
| 7 | + value: | |
| 8 | + Before you begin to fill out the form, make sure you have actually found a bug. |
| 9 | + If you're not sure then create a [discussion](https://github.com/mairror/infrastructure/discussions) first. |
| 10 | + If you have questions or want help with Mairror infrastructure, then also create a [discussion](https://github.com/mairror/infrastructure/discussions). |
| 11 | +
|
| 12 | + - type: dropdown |
| 13 | + id: how-are-you-running |
| 14 | + attributes: |
| 15 | + label: How are you running Mairror API? |
| 16 | + options: |
| 17 | + - 'Running without Docker' |
| 18 | + - 'Running using Docker' |
| 19 | + - 'Other' |
| 20 | + validations: |
| 21 | + required: true |
| 22 | + |
| 23 | + - type: dropdown |
| 24 | + id: what-component-is-causing-the-bug |
| 25 | + attributes: |
| 26 | + label: What component is causing the bug? |
| 27 | + options: |
| 28 | + - 'Python' |
| 29 | + - 'Dependencies' |
| 30 | + - 'Bot' |
| 31 | + validations: |
| 32 | + required: true |
| 33 | + |
| 34 | + - type: input |
| 35 | + id: commit-hash |
| 36 | + attributes: |
| 37 | + label: Tell us what is the commit hash you run. |
| 38 | + validations: |
| 39 | + required: false |
| 40 | + |
| 41 | + - type: dropdown |
| 42 | + id: regression-error |
| 43 | + attributes: |
| 44 | + label: Was this something which used to work for you, and then stopped? |
| 45 | + options: |
| 46 | + - 'It used to work, and then stopped' |
| 47 | + - 'I never saw this working' |
| 48 | + validations: |
| 49 | + required: true |
| 50 | + |
| 51 | + - type: textarea |
| 52 | + id: describe-bug |
| 53 | + attributes: |
| 54 | + label: Describe the bug |
| 55 | + description: 'Do not report any security concerns here. Email organization members instead.' |
| 56 | + validations: |
| 57 | + required: true |
| 58 | + |
| 59 | + - type: textarea |
| 60 | + id: debug-logs |
| 61 | + attributes: |
| 62 | + label: Relevant debug logs |
| 63 | + description: | |
| 64 | + Try not to raise a bug report unless you've looked at the logs first. |
| 65 | + Paste the *relevant* logs here, not the entire thing and not just a link. to the dashboard (others do not have permissions to view them). |
| 66 | + value: | |
| 67 | + <details><summary>Logs</summary> |
| 68 | +
|
| 69 | + ``` |
| 70 | + Copy/paste any log here, between the starting and ending backticks |
| 71 | + ``` |
| 72 | +
|
| 73 | + </details> |
| 74 | + validations: |
| 75 | + required: false |
0 commit comments