From 68ffb4e0ab5f79448cd075462a4429350983e0c5 Mon Sep 17 00:00:00 2001 From: bwc9876 Date: Wed, 27 Apr 2022 15:28:15 -0400 Subject: [PATCH] Fix grammar in issue templates --- .github/ISSUE_TEMPLATE/bug_report.yml | 8 ++++---- .github/ISSUE_TEMPLATE/feature_request.yml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 483cc2a6..acf37283 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index b056977d..4a970251 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -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: