'''
Always make more than 4 pull requests. If you have made only 4 pull requests to different
projects and if one of those projects is excluded from the Hacktoberfest event, then that
pull request will not be counted, leaving you with only 3 valid pull requests if those projects
are not excluded.
If you fail to make 4 valid pull requests, you won't be eligible for swags or t-shirts.
I recommend that you make pull requests to your own repository, as this is a very safe option
for you. Just ensure that your repository has the Hacktoberfest topic.
'''
✨Star it :fork_and_knife:Fork it and Contribute to it <3
- Fork this repository (Click the Fork button in the top right of this page, click your Profile Image)
- Clone your fork down to your local machine
https://github.com/LakshaySK106/Algorithms.git
- Create a branch
git checkout -b branch-name
- Make your changes (choose from any task below)
- 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!
Before creating a PR or issue, please do the following:
Check the [Contribution](CONTRIBUTING.md) Guide.<br>
By contributing, you agree that your contributions will be licensed under its MIT License.