|
1 | 1 | name: Error report
|
2 | 2 | description: If you got an error while running the script
|
3 | 3 | body:
|
| 4 | + # larger description of what this template's intended usage is |
| 5 | + - type: markdown |
| 6 | + attributes: |
| 7 | + value: | |
| 8 | + Before opening a new issue, please do a [search of existing issues](https://github.com/ryanrudolfoba/SteamOS-Waydroid-Installer/issues?q=is%3Aissue) and make sure you are on the latest version of the script by following the [Upgrade Guide](https://www.youtube.com/watch?v=CJAMwIb_oI0). |
| 9 | + If a relevant open issue exists, you should :+1: upvote it instead. |
| 10 | + If a relevant closed issue exists, please follow the directions of the closing comments. |
| 11 | + Please _do not_ open duplicates of existing issues or issues about older versions of the script. |
| 12 | +
|
4 | 13 | # require that users are on the latest version
|
5 | 14 | - type: checkboxes
|
6 | 15 | attributes:
|
7 | 16 | label: Are you on the latest version of the script?
|
8 |
| - description: Please make sure you have cloned the latest version of the script |
| 17 | + description: Please make sure you have cloned the latest version of the script and followed the [Upgrade Guide](https://www.youtube.com/watch?v=CJAMwIb_oI0) |
9 | 18 | options:
|
10 | 19 | - label: I am on the latest version of the script
|
11 | 20 | required: true
|
|
14 | 23 | - type: checkboxes
|
15 | 24 | attributes:
|
16 | 25 | label: Have you searched the existing issues?
|
17 |
| - description: Please search to see if an issue already exists for the problem you encountered |
| 26 | + description: Please [search](https://github.com/ryanrudolfoba/SteamOS-Waydroid-Installer/issues?q=is%3Aissue) to see if an issue already exists for the problem you encountered |
18 | 27 | options:
|
19 | 28 | - label: I have searched the existing issues
|
20 | 29 | required: true
|
|
23 | 32 | - type: textarea
|
24 | 33 | attributes:
|
25 | 34 | label: What specific error did you get?
|
26 |
| - description: Copy and paste the logs from the script below |
| 35 | + description: Copy and paste the **full** logs from the script below |
27 | 36 | render: text # render as a ```text code block
|
28 | 37 | # example output of the script when a kernel version is not supported
|
29 | 38 | # this is to clue them in about which specific log to copy + paste
|
|
0 commit comments