mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Fix grammar in issue templates
This commit is contained in:
parent
b2e06304ca
commit
68ffb4e0ab
8
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
8
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -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
|
||||
|
||||
4
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
4
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user