Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 670 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (10 loc) · 670 Bytes

Contributung Guidelines

Here are some suggestions you should be following while contributing to this repository:

💡 First of all, read the contributing guidelines.
💡 Always check properly if the issue you wish to create,already exist or not.
💡 Ask for the issue that you plan to complete
💡 Commit message should be of the stated syntax
💡 Add comments to codes
💡 In alogorithms always commit programs that take dynamic input and more preferbly through stdin over reading a file.
💡 When naming the functions or variables use meaningfull name instead of a1,a2,a3.
💡 Every PR would be reviewed before it gets merged.