This is a beginner-friendly project to help you get started with your hacktoberfest. If you don't know where to start, feel free to contribute here. Happy hacking <3 !!
P.S. Star and share this repository, if you had fun!
- Fork this repo (button on top)
- Clone on your local machine
git clone https://github.com/your-username/Hacktober2020.git
cd hacktober2020
- Create a new branch
git checkout -b my-new-branch
- Add your contribution
- Commit and push
git add .
git commit -m "your-commit-msg"
git push origin my-new-branch
- Create a new pull request from your forked repository