From 5fe4c565067ddef2f7980b37c025ab1bd8c3c467 Mon Sep 17 00:00:00 2001 From: Michael Steenbeek Date: Thu, 7 Jul 2022 23:10:34 +0200 Subject: [PATCH] Clarify that placeholders are examples --- .github/ISSUE_TEMPLATE/bug_report.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index ac81d2325d..6e361bb6f2 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -11,14 +11,14 @@ body: - type: input attributes: label: Operating System - placeholder: Windows 10, 64-bit + placeholder: e.g. Windows 10, 64-bit validations: required: true - type: input attributes: label: OpenRCT2 build - placeholder: OpenRCT2, v0.3.4.1 (d76611e on develop) provided by GitHub + placeholder: e.g. OpenRCT2, v0.3.4.1 (d76611e on develop) provided by GitHub description: You can see the version by running `openrct2 --version` or copy it from the About window. Open the "Disk and game options" menu (floppy disk on the top toolbar), choose "About 'OpenRCT2'" and click the copy button next to the version information. validations: required: true