Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.33 KB

CONTRIBUTING.md

File metadata and controls

23 lines (16 loc) · 1.33 KB

Contributing to Pycord Guide

First of all, thank you for contributing. Contributions help keep the guide up-to-date and make the guide better. Contributions are always welcome.

The following is a set of guidelines for contributing to the guide. These are guidelines, not hard rules.

Submitting a Pull Request

  1. Make sure you are up to date with the latest changes. It is recommended you pull the latest changes from the master branch before working on your own.
  2. Make sure to test your changes before submitting a pull request.
  3. In the guide, make sure to explain everything in a way that is easy to understand. If it's an advanced guide that required some expertise, explain that in a note admonition.
  4. Make sure you follow proper grammar and spelling.
  5. Try to follow the guide's style.
  6. Try to follow git conventions. If you are not familiar with git, you can find a good tutorial here.

Licensing

By submitting a pull request, you agree:

  1. That you are submitting your own work. You hold the copyright to your work.
  2. To transfer your copyright to the guide.
  3. To license your contribution under the MIT License.
  4. If you are found to be in fault with any of the above, we shall not be held responsible in any way after the pull request has been merged.