🗣 Hacktoberfest encourages participation in the open source community, which grows bigger every year. Complete the 2022 challenge and earn a limited edition T-shirt.
📢 Register here for Hacktoberfest and make four pull requests (PRs) between October 1st-31st to grab free SWAGS 🔥.
- Star this repository.
- Fork this Repository using the button at the top-right.
- Clone your forked repository to your PC.(locally) ( "git clone url" from clone option.)
- Create a new branch for your modifications (i.e.
git branch new-user
and check it outgit checkout new-user
andgit checkout -b new-user
) - Add your files (
git add -A
), commit (git commit -m "added myself"
) and push (git push origin new-user
). - Create a pull request.
SubhojeetDas1107