mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
chore(github): resolved typos in issue templates (#8564)
This commit is contained in:
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -52,7 +52,7 @@ body:
|
|||||||
id: djs-version
|
id: djs-version
|
||||||
attributes:
|
attributes:
|
||||||
label: Package version
|
label: Package version
|
||||||
description: Which version of are you using? Run `npm list <package>` in your project directory and paste the output.
|
description: Which version of the package are you using? Run `npm list <package>` in your project directory and paste the output.
|
||||||
placeholder: We no longer support version 12 or earlier of discord.js
|
placeholder: We no longer support version 12 or earlier of discord.js
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|||||||
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@@ -5,7 +5,7 @@ body:
|
|||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
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.
|
We do not implement unreleased features.
|
||||||
Use Discord for questions: https://discord.gg/djs
|
Use Discord for questions: https://discord.gg/djs
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
|
|||||||
Reference in New Issue
Block a user