Skip to content

Commit c946ae8

Browse files
Create CONTRIBUTING.md
1 parent 30f1067 commit c946ae8

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CONTRIBUTING.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
## Contributing Guidelines
2+
3+
![Add contributors](https://github.com/krishrahul98/DSA-Library/workflows/Add%20contributors/badge.svg)
4+
5+
Here are some suggestions you should be following while contributing to this repository:
6+
7+
8+
:bulb: First of all, read the contributing guidelines.\
9+
:bulb: Always check properly if the issue you wish to create,already exist or not.\
10+
:bulb: Ask for the issue that you plan to complete.\
11+
:bulb: Commit message should be of the stated syntax.\
12+
:bulb: Add comments to codes.\
13+
:bulb: In algorithms always commit programs that take dynamic input and more preferably through stdin over reading a file.\
14+
:bulb: When naming the functions or variables use meaningfull name instead of a1,a2,a3.\
15+
:bulb: Every PR would be reviewed before it gets merged.
16+
:bulb: Always follow issue template and PR template for submission.

0 commit comments

Comments
 (0)