| 1 | name: General Issue |
| 2 | description: Report a bug, request a feature, or ask a question |
| 3 | title: "[Issue] " |
| 4 | labels: [] |
| 5 | body: |
| 6 | - type: markdown |
| 7 | attributes: |
| 8 | value: | |
| 9 | ### What happened? |
| 10 | (One short sentence) |
| 11 | |
| 12 | - type: textarea |
| 13 | id: what-happened |
| 14 | attributes: |
| 15 | label: What happened? |
| 16 | description: Describe the issue in one short sentence. |
| 17 | placeholder: Something happened... |
| 18 | validations: |
| 19 | required: true |
| 20 | |
| 21 | - type: checkboxes |
| 22 | id: type |
| 23 | attributes: |
| 24 | label: Type |
| 25 | options: |
| 26 | - label: Bug |
| 27 | - label: Idea |
| 28 | - label: Improvement |
| 29 | - label: Question |
| 30 | validations: |
| 31 | required: true |
| 32 | |
| 33 | - type: textarea |
| 34 | id: extra |
| 35 | attributes: |
| 36 | label: Extra (optional) |
| 37 | description: Screenshot / steps to reproduce / environment |
| 38 | placeholder: Attach screenshot / describe steps... |
| 39 | validations: |
| 40 | required: false |
| 41 |