People can star, fork or clone this repo and can add any type of data structures or algorithm codes and can raise PR during hacktoberfest.
Use this repo for contributing in open source. Start solving issues and raise the pull requests and even you can create your own issues. If you want to contribute to a project, the simplest way is to:
Find a ISSUE you want to contribute to ->> Fork it
- Clone it to your local system
git clone https://github.com/your-username/hacktoberfest.git
- Make a new branch
git checkout -b branch-name
-
Make your changes
-
Commit and push
git add .
git commit -m 'Commit message'
git push origin branch-name
- Create a new pull request from your forked repository (Click the
New Pull Request
button located at the top of your repo) - Wait for your PR review and merge approval!
- Star this repository if you had fun!
Happy coding!