Skip to content

Commit ccb20d9

Browse files
Merge pull request #276 from agilgur5/gh-issue-template-intro-block
github: add more links to the error report form
2 parents d235e16 + f9af3dc commit ccb20d9

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

.github/ISSUE_TEMPLATE/01-error-report.yml

+12-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
11
name: Error report
22
description: If you got an error while running the script
33
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+
413
# require that users are on the latest version
514
- type: checkboxes
615
attributes:
716
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)
918
options:
1019
- label: I am on the latest version of the script
1120
required: true
@@ -14,7 +23,7 @@ body:
1423
- type: checkboxes
1524
attributes:
1625
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
1827
options:
1928
- label: I have searched the existing issues
2029
required: true
@@ -23,7 +32,7 @@ body:
2332
- type: textarea
2433
attributes:
2534
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
2736
render: text # render as a ```text code block
2837
# example output of the script when a kernel version is not supported
2938
# this is to clue them in about which specific log to copy + paste

0 commit comments

Comments
 (0)