You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 30, 2023. It is now read-only.
Thank you for considering contributing to the repository. This guide details all the general information that one should know before contributing to the project.
4
+
Please stick as close as possible to the guidelines. That way we ensure that you have a smooth experience contributing to this project.
5
+
6
+
### General Rules :
7
+
These are in general rules that you should be following while contributing to an Open Source project :
8
+
9
+
- Be Nice, Be Respectful (BNBR)
10
+
- Check if the Issue you created, exists or not.
11
+
- While creating a new issue make sure you describe the issue clearly.
12
+
- Make proper commit messages and document your PR well.
13
+
- Always add Comments in your Code and explain it at points, if possible add Doctest.
14
+
- Always create a Pull Request from a Branch; Never from the Main.
15
+
- Follow proper code conventions because writing clean code is important.
0 commit comments