Browse Source

Update resources and templates

pull/10109/head
dolfies 3 years ago
parent
commit
7ee31a40eb
  1. 7
      .github/CONTRIBUTING.md
  2. 3
      .github/ISSUE_TEMPLATE/config.yml
  3. 3
      .github/PULL_REQUEST_TEMPLATE.md

7
.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! ## 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. 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.

3
.github/ISSUE_TEMPLATE/config.yml

@ -6,3 +6,6 @@ contact_links:
- name: Suggest a feature - name: Suggest a feature
url: https://github.com/dolfies/discord.py-self/discussions/new?category=ideas url: https://github.com/dolfies/discord.py-self/discussions/new?category=ideas
about: Suggest new features for the library! 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

3
.github/PULL_REQUEST_TEMPLATE.md

@ -1,12 +1,11 @@
## Summary ## Summary
<!-- What is this pull request for? Does it fix any issues? --> <!-- What is this pull request for? Does it fix any issues? -->
## General Info ## General Info
<!-- Put an x inside [ ] to check it, like so: [x] --> <!-- Put an x inside [ ] to check it, like so: [x] -->
- [ ] If code changes were made then they have been tested. - [ ] If code changes were made then they have been tested.
<!-- - [ ] I have updated the documentation to reflect the changes. --> - [ ] I have updated the documentation to reflect the changes.
- [ ] This PR fixes an issue (please put issue # in summary). - [ ] This PR fixes an issue (please put issue # in summary).
- [ ] This PR adds something new (e.g. new method or parameters). - [ ] This PR adds something new (e.g. new method or parameters).
- [ ] This PR is a breaking change (e.g. methods or parameters removed/renamed) - [ ] This PR is a breaking change (e.g. methods or parameters removed/renamed)

Loading…
Cancel
Save