Fix grammar in issue templates

This commit is contained in:
bwc9876 2022-04-27 15:28:15 -04:00
parent b2e06304ca
commit 68ffb4e0ab
2 changed files with 6 additions and 6 deletions

View File

@ -13,14 +13,14 @@ body:
id: expected id: expected
attributes: attributes:
label: What was supposed to happen? label: What was supposed to happen?
description: If applicable, describe what should have happened instead description: If applicable, describe what should have happened instead.
validations: validations:
required: false required: false
- type: dropdown - type: dropdown
id: platform id: platform
attributes: attributes:
label: Platform label: Platform
description: Please provide which platform you were playing on when you encountered this bug description: Please provide which platform you were playing on when you encountered this bug.
options: options:
- Steam - Steam
- Epic Games - Epic Games
@ -31,7 +31,7 @@ body:
id: mods id: mods
attributes: attributes:
label: Mods label: Mods
description: Please define which mods you had enables when the problem occurred description: Please define which mods you had enabled when the problem occurred.
render: Markdown render: Markdown
validations: validations:
required: true required: true
@ -39,7 +39,7 @@ body:
id: logs id: logs
attributes: attributes:
label: Logs label: Logs
description: If you can, try to locate the point in the logs where the error occurred and paste the message displayed here description: If you can, try to locate the point in the logs where the error occurred and paste the message displayed here.
render: Shell render: Shell
validations: validations:
required: false required: false

View File

@ -1,12 +1,12 @@
name: Feature Request name: Feature Request
description: Request a feature you'd like to see description: Request a feature you'd like to see in a later release
labels: ["enhancement"] labels: ["enhancement"]
body: body:
- type: textarea - type: textarea
id: feature id: feature
attributes: attributes:
label: Feature label: Feature
description: Describe the feature you'd like to see in New Horizons description: Describe the feature you'd like to see in New Horizons.
- type: textarea - type: textarea
id: context id: context
attributes: attributes: