diff options
-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. --> |