Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 804 Bytes

CONTRIBUTION.md

File metadata and controls

18 lines (13 loc) · 804 Bytes

Contributing Guidelines

This document specifies the guidelines that you should follow when contributing to this awesome project repository.

Please adhere to the guidelines in order for your PR's to get approved.

General Rules :

These are general rules that you should follow when contributing to an Open Source project :

  • Be Nice, Be Respectful (BNBR)
  • Check if the issue you opened exists or not. If it exists do not reopen it.
  • While opening a new issue, make sure you describe the issue clearly.
  • Write proper commit messages and document your PR well.
  • Always add comments in your code and explain it at points, if possible add Doctest.
  • Always create a Pull Request from a new branch such as feature; do not create a PR from main.
  • Keep the code clean.

Thank you ❤