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
attributes:
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:
required: false
- type: dropdown
id: platform
attributes:
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:
- Steam
- Epic Games
@ -31,7 +31,7 @@ body:
id: mods
attributes:
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
validations:
required: true
@ -39,7 +39,7 @@ body:
id: logs
attributes:
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
validations:
required: false

View File

@ -1,12 +1,12 @@
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"]
body:
- type: textarea
id: feature
attributes:
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
id: context
attributes: