diff options
| author | Rapptz <[email protected]> | 2021-02-02 03:57:09 -0500 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2021-02-02 03:57:09 -0500 |
| commit | adae90400f9db9bec3cdeaa251f743cf7c6c727c (patch) | |
| tree | 69e95e47e46e171440202860e903c089e826a4ad | |
| parent | Fix some validation errors with the template yaml (diff) | |
| download | discord.py-adae90400f9db9bec3cdeaa251f743cf7c6c727c.tar.xz discord.py-adae90400f9db9bec3cdeaa251f743cf7c6c727c.zip | |
Some grammar nits
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 2 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/config.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 5fca7b23..779f065c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -7,7 +7,7 @@ inputs: attributes: value: > Thanks for taking the time to fill out a bug. - If you want real-time support, consider joining our Discord instead at https://discord.gg/r3sSKJJ instead. + If you want real-time support, consider joining our Discord at https://discord.gg/r3sSKJJ instead. Please note that this form is for bugs only! - type: input diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 5336b869..7934e4a8 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -4,5 +4,5 @@ contact_links: about: Ask questions and discuss with other users of the library. url: https://github.com/Rapptz/discord.py/discussions - name: Discord Server - about: Use our official Discord server to ask help and questions as well. + about: Use our official Discord server to ask for help and questions as well. url: https://discord.gg/r3sSKJJ |