|
| 1 | +name: Bug report |
| 2 | +description: Use this template if there is a technical fault in the app |
| 3 | +labels: ["bug", "needs triage"] |
| 4 | +assignees: |
| 5 | + - sds100 |
| 6 | + |
| 7 | +body: |
| 8 | + - type: checkboxes |
| 9 | + id: screening |
| 10 | + attributes: |
| 11 | + label: Have you checked if an issue already exists for this bug? |
| 12 | + description: Please search to see if someone has already reported this bug. If they have, you can speed up fixing the bug by commenting on that issue. |
| 13 | + options: |
| 14 | + - label: Nobody else has reported this bug before |
| 15 | + required: true |
| 16 | + |
| 17 | + - type: checkboxes |
| 18 | + id: restart |
| 19 | + attributes: |
| 20 | + label: Have you tried restarting your device? |
| 21 | + description: This can occasionally be necessary. |
| 22 | + options: |
| 23 | + - label: I have tried restarting my device and that did not help |
| 24 | + required: false |
| 25 | + |
| 26 | + - type: textarea |
| 27 | + id: unexpected_behaviour |
| 28 | + attributes: |
| 29 | + label: What happened that you did not expect? |
| 30 | + description: | |
| 31 | + What behaviour were you experiencing that you think is a bug (not intended) |
| 32 | + **It will help if you upload your key maps or logs** |
| 33 | + placeholder: I was doing X, and then Y happened that I did not expect. |
| 34 | + |
| 35 | + - type: textarea |
| 36 | + id: expected_behaviour |
| 37 | + attributes: |
| 38 | + label: What did you expect to happen? |
| 39 | + description: If the app was working properly, what would have happened instead? |
| 40 | + placeholder: When I pressed X, I should have seen Y |
| 41 | + |
| 42 | + - type: textarea |
| 43 | + id: how_to_reproduce |
| 44 | + attributes: |
| 45 | + label: What would the developer need to do to reproduce the bug? |
| 46 | + description: Imagine the developer has the same device as you, and has just installed the app. What steps should they follow to see the same unexpected behaviour? |
| 47 | + placeholder: | |
| 48 | + 1. Make a key map with volume up trigger |
| 49 | + 2. Add the flashlight action |
| 50 | + 3. Save the key map and close the app |
| 51 | + 4. Press the volume up trigger |
| 52 | + 5. See error message |
| 53 | +
|
| 54 | + - type: input |
| 55 | + id: version |
| 56 | + attributes: |
| 57 | + label: App version |
| 58 | + description: You can find the app version on the About page |
| 59 | + placeholder: 3.2.1 999 |
| 60 | + validations: |
| 61 | + required: true |
| 62 | + |
| 63 | + - type: input |
| 64 | + id: device |
| 65 | + attributes: |
| 66 | + label: Device model and manufacturer |
| 67 | + description: What model is your device? Be as specific as you can |
| 68 | + placeholder: Xiaomi, Samsung Galaxy, etc. |
| 69 | + validations: |
| 70 | + required: true |
| 71 | + |
| 72 | + - type: checkboxes |
| 73 | + id: extras |
| 74 | + attributes: |
| 75 | + label: Extra info |
| 76 | + description: It would help us even more if you could check the boxes that apply to you. |
| 77 | + options: |
| 78 | + - label: My device is rooted |
| 79 | + required: false |
0 commit comments