diff options
author | Tyler Trahan <tyler@tylertrahan.com> | 2021-04-25 14:27:30 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-25 19:27:30 +0100 |
commit | 27031b396f4a41842e597abb2867bbe2832d315c (patch) | |
tree | 80e279f3dde61aefe62f7784f318c0ff10899f40 | |
parent | b721787c7fafbff040fbcaa188a9d5dd7557e26f (diff) | |
download | openttd-27031b396f4a41842e597abb2867bbe2832d315c.tar.xz |
Change: [Actions] Reword bug/crash report instructions (#9104)
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug.md | 4 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/crash.md | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index 0af8a8979..480143590 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -5,13 +5,13 @@ title: "Bug Report" --- ## Version of OpenTTD -<!-- Indicate what version of OpenTTD you are using, including your OS. --> +<!-- Fill in below what version of OpenTTD you are using, including your OS. --> ## Expected result <!-- Describe in a few words what you expected to happen. --> ## Actual result -<!-- Descibe in a few words what actually happens. --> +<!-- Describe in a few words what actually happens. --> ## Steps to reproduce <!-- As detailed as possible, please tell us how we can reproduce this. Feel free to attach a savegame (zip it first) to make it more clear. --> diff --git a/.github/ISSUE_TEMPLATE/crash.md b/.github/ISSUE_TEMPLATE/crash.md index f7d127e93..00f62f05c 100644 --- a/.github/ISSUE_TEMPLATE/crash.md +++ b/.github/ISSUE_TEMPLATE/crash.md @@ -6,7 +6,7 @@ title: "Crash Report" <!-- Please zip the crash.log, crash.dmp and crash.sav and attach it to this crash report. --> ## Version of OpenTTD -<!-- Indicate what version of OpenTTD you are using, including your OS. --> +<!-- Fill in below what version of OpenTTD you are using, including your OS. --> ## Steps to reproduce <!-- Please spend a few words if you can reproduce this problem. --> |