From 1398af66f0290a9a6f95ab57a656ab890713b6d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?A=2E=20Rom=C3=A1n?= Date: Mon, 29 Aug 2022 18:04:37 +0200 Subject: [PATCH] chore(github): resolved typos in issue templates (#8564) --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 754d0788b..f800fbb26 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -52,7 +52,7 @@ body: id: djs-version attributes: label: Package version - description: Which version of are you using? Run `npm list ` in your project directory and paste the output. + description: Which version of the package are you using? Run `npm list ` in your project directory and paste the output. placeholder: We no longer support version 12 or earlier of discord.js validations: required: true diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index e011dda35..c49dd9d2a 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -5,7 +5,7 @@ body: - type: markdown attributes: value: | - We can only implement features that Discord publishes, documents and merges into the Discord API documentation. + We can only implement features that Discord publishes, documents, and merges into the Discord API documentation. We do not implement unreleased features. Use Discord for questions: https://discord.gg/djs - type: dropdown