Thank you for considering to contribute to this project.
This document specifies the guidelines that you should follow when contributing to this project.
Please adhere to the guidelines in order for your PR's to get approved.
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.
- Write clean code and follow proper coding conventions.
Thank you ❤