1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-10 09:32:29 +01:00

Clarify that placeholders are examples

This commit is contained in:
Michael Steenbeek
2022-07-07 23:10:34 +02:00
committed by GitHub
parent 5d1a740846
commit 5fe4c56506

View File

@@ -11,14 +11,14 @@ body:
- type: input - type: input
attributes: attributes:
label: Operating System label: Operating System
placeholder: Windows 10, 64-bit placeholder: e.g. Windows 10, 64-bit
validations: validations:
required: true required: true
- type: input - type: input
attributes: attributes:
label: OpenRCT2 build 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. 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: validations:
required: true required: true