From 7ee31a40eb9515ceeeabc725bb7f6ac41a7bd79f Mon Sep 17 00:00:00 2001 From: dolfies Date: Tue, 22 Mar 2022 21:11:38 -0400 Subject: [PATCH] Update resources and templates --- .github/CONTRIBUTING.md | 7 ++++++- .github/ISSUE_TEMPLATE/config.yml | 3 +++ .github/PULL_REQUEST_TEMPLATE.md | 3 +-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 9753d8927..3b17e03d6 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -6,7 +6,12 @@ The following is a set of guidelines for contributing to the repository. These a ## This is too much to read! I want to ask a question! -Generally speaking questions are better suited in the repo discussions. +Generally speaking questions are better suited in our resources below. + +- The official Telegram: https://t.me/dpy_self_discussions +- [The FAQ in the documentation](https://discordpy-self.readthedocs.io/en/latest/faq.html) +- [The r/discord_selfbots subreddit](https://reddit.com/r/discord_selfbots) +- [The discussions tab](https://github.com/dolfies/discord.py-self/discussions/categories/help) Please try your best not to ask questions in our issue tracker. Most of them don't belong there unless they provide value to a larger audience. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 8b71d28e9..b93597a0f 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -6,3 +6,6 @@ contact_links: - name: Suggest a feature url: https://github.com/dolfies/discord.py-self/discussions/new?category=ideas about: Suggest new features for the library! + - name: Telegram channel + about: Ask for help and discuss the library. + url: https://t.me/dpy_self_discussions \ No newline at end of file diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 18a34d101..418ab2ce4 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,12 +1,11 @@ ## Summary - ## General Info - [ ] If code changes were made then they have been tested. - + - [ ] I have updated the documentation to reflect the changes. - [ ] This PR fixes an issue (please put issue # in summary). - [ ] This PR adds something new (e.g. new method or parameters). - [ ] This PR is a breaking change (e.g. methods or parameters removed/renamed)