- Take a look at the Existing Issues or create your own Issues!
- Wait for the Issue to be assigned to you after which you can start working on it.
- Fork the Repo and create a Branch for any Issue that you are working upon.
- Create a Pull Request which will be promptly reviewed and suggestions would be added to improve it.
- Add Screenshots to help us know what this Script is all about.
1. Fork this repository. Click on the symbol at the top right corner.
2. Clone the forked repository.
git clone https://github.com/<your-github-username>/Data-Structure-Algorithm
3. Navigate to the project directory.
cd Data-Structure-Algorithm
5. Create a new branch:
git checkout -b YourBranchName
6. Make changes in source code.
7. Stage your changes and commit
git add .
git commit -m "<your_commit_message>"
8. Push your local commits to the remote repo.
git push origin YourBranchName
9. Create a PR !
10. Congratulations! Sit and relax, you've made your contribution to Data-Structure-Algorithm project.
- You can write solutions in Java/C/C++.
- Follow the file/folder naming convention for all your pull requests.
- While adding any program it should be inside its appropriate directory.
For major changes, you are welcomed to open an issue about what you would like to contribute. Enhancements will be appreciated.