- Always create your pull requests from a separate branch; Never from the master.
- Make proper commit messages and document your PR well.
- Please make sure you comment and explain your code properly.
- Use proper variable and function names.
- Please check if the issue you created exists or not.
- Squash your commits before you push them.
- And always, be helpful and be respectful towards your peers.
If you are a beginner looking for resources to contribute, please follow this tutorial series on Open-Source by DigitalOcean.