From cee6cf70ce76e9b06dc7f25bfd77498e18d7c8d4 Mon Sep 17 00:00:00 2001 From: Souji Date: Wed, 27 Jan 2021 20:31:47 +0100 Subject: [PATCH] chore(*): streamline issue and PR templates and redirects (#5269) * chore(*): streamline issue and PR templates and redirects * chore: reword redirect to not sound apologetic * chore: reintroduce one-liner to use discord for questions * chore: ae consistency --- .github/ISSUE_TEMPLATE/bug_report.md | 20 ++++++-------------- .github/ISSUE_TEMPLATE/config.yml | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 7 +------ .github/PULL_REQUEST_TEMPLATE.md | 16 +++++++++------- .github/SUPPORT.md | 6 +++--- 5 files changed, 20 insertions(+), 31 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 7d459ae86..586a19970 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,17 +1,12 @@ --- name: Bug report -about: Report incorrect or unexpected behaviour of discord.js +about: Report incorrect or unexpected behavior of discord.js title: '' labels: 's: unverified, type: bug' assignees: '' --- - + **Please describe the problem you are having in as much detail as possible:** @@ -35,11 +30,8 @@ You won't receive any basic help here. - other: none +Remove the comment and fill out the commit hash if this applies to you: +(While it's not a requirement to test your issue on the master branch, it would make fixing the problem a lot easier for us, so please do so if possible.) -- [ ] I have also tested the issue on latest master, commit hash: +- I have also tested the issue on latest master, commit hash: `xxx` +--> diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index afcc2c042..3e413832f 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -2,4 +2,4 @@ blank_issues_enabled: false contact_links: - name: Discord server url: https://discord.gg/bRCvFy9 - about: Have questions or need support? Please go to the Discord server, as issues that are just support-related will be closed and redirected there. + about: Please visit our Discord server for questions and support requests. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index f9e687388..b20361fee 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -6,12 +6,7 @@ title: '' labels: 'type: enhancement' assignees: '' --- - + **Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Eg. I'm always frustrated when [...] diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 3de83cd65..d27a5203a 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,12 +1,14 @@ **Please describe the changes this PR makes and why it should be merged:** -**Status** -- [ ] Code changes have been tested against the Discord API, or there are no code changes -- [ ] I know how to update typings and have done so, or typings don't need updating -**Semantic versioning classification:** +**Status and versioning classification:** -- [ ] This PR changes the library's interface (methods or parameters added) - - [ ] This PR includes breaking changes (methods removed or renamed, parameters moved or removed) -- [ ] This PR **only** includes non-code changes, like changes to documentation, README, etc. + diff --git a/.github/SUPPORT.md b/.github/SUPPORT.md index 032cbc2b9..afa66bd4b 100644 --- a/.github/SUPPORT.md +++ b/.github/SUPPORT.md @@ -1,7 +1,7 @@ # Seeking support? -We're sorry, we only use this issue tracker for bugs in the library itself and feature requests for it. We are not able to provide general support or answser questions on the issue tracker. +We only use this issue tracker for bug reports and feature request. We are not able to provide general support or answer questions in the form of GitHub issues. -Should you want to ask such questions, please post in one of our support channels in our Discord server: https://discord.gg/bRCvFy9 +For general questions about discord.js installation and use please use the dedicated support channels in our Discord server: https://discord.gg/bRCvFy9 -Any issues that don't directly involve a bug in the library or a feature request will likely be closed and redirected to the Discord server. +Any issues that don't directly involve a bug or a feature request will likely be closed and redirected.