diff options
author | Patric Stout <truebrain@openttd.org> | 2021-06-26 13:51:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-26 13:51:29 +0200 |
commit | 1ed7afc0a8f40325dca8f4bef0b46e5b8dc06713 (patch) | |
tree | 49c5a77fb391c3d31dec0c1662209d7abc66950d /.github/ISSUE_TEMPLATE/crash.yaml | |
parent | 95a94dcf90847463f8c9a249f15ee9fe5dc14247 (diff) | |
download | openttd-1ed7afc0a8f40325dca8f4bef0b46e5b8dc06713.tar.xz |
Change: [GitHub] use an issue form to let people fill in bug report / crashes (#9400)
Diffstat (limited to '.github/ISSUE_TEMPLATE/crash.yaml')
-rw-r--r-- | .github/ISSUE_TEMPLATE/crash.yaml | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/crash.yaml b/.github/ISSUE_TEMPLATE/crash.yaml new file mode 100644 index 000000000..b5b653110 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/crash.yaml @@ -0,0 +1,37 @@ +name: Crash +description: Did OpenTTD crash? +title: "[Crash]: " +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this crash report! + - type: input + id: version + attributes: + label: Version of OpenTTD + description: Fill in below what version of OpenTTD you are using, including your OS. + placeholder: ex. 1.11.2, Windows 10 + validations: + required: true + - type: textarea + id: reproduce + attributes: + label: Steps to reproduce + description: Please spend a few words if you can reproduce this problem. + placeholder: | + 1. Bought a new train. + 2. The game crashed. + validations: + required: true + - type: textarea + id: crashlogs + attributes: + label: Upload crash files + description: With the `crash.log`, `crash.dmp`, and `crash.sav` we can analyze the crash in detail; this way you allow us to easier triage and fix the problem. + placeholder: | + 1. Zip the `crash.log`, `crash.dmp` and `crash.sav`. + 2. Click on this field. + 3. Drag and drop the zip file in here. + validations: + required: true |