Skip to content
This repository was archived by the owner on Aug 30, 2023. It is now read-only.

Commit 42f43b8

Browse files
authored
Create CONTRIBUTING.md
1 parent 29fdd2a commit 42f43b8

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CONTRIBUTING.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## Contributing Guidelines
2+
3+
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

Comments
 (0)