- All of the file names should follow the camelCase format.
- All of the folder names should follow the PascalCase format.
- Make sure to add comments to your files.
- There are three folders in this repository namely Algorithms, DataStructures and Projects.
- If your code is related to algorithms, go in the Algorithms folder, go to the folder with the name of the programming language your code is written in, if it doesn't exist, just create the folder and go into it and put your file into that folder.
- If your code is related to Data Structures, go to the DataStructures folder, make a new folder with the name of your DataStructure if it doesn't exit, if it already exits just go to that folder, in that folder make another folder with the name of the programming language your code is written in and finally in that folder, commit your changes.
- If you have an entire project to commit, just go to the Projects folder and push your project folder into that folder.
- If you note any changes that you think should be made anywhere in the repository, just make those changes and make your pull request and state the change in the commit description you made, it would be much appreciated.
- Fork this repository.
- Commit the changes in that forked repository.
- Come to the main branch of this repository.
- Create a new branch and make the Pull Request.
Please follow the below format while writing commit messages:
title: One line description about your change
<Blank Line>
description: An optional description of your changes.