Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 725 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (10 loc) · 725 Bytes

📜 Contributing Guidelines

Please keep the following rules in mind while contributing

  1. Always create your pull requests from a separate branch; Never from the master.
  2. Make proper commit messages and document your PR well.
  3. Please make sure you comment and explain your code properly.
  4. Use proper variable and function names.
  5. Please check if the issue you created exists or not.
  6. Squash your commits before you push them.
  7. 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.