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
|
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
|
||||||
|
|||||||
4
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
4
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@ -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:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user