- Fork the repository.
- Clone the repository to your local machine.
git clone https://github.com/<your-username>/hacktoberfest-checker.git
- Create a feature branch.
git checkout -b my-new-feature
- Commit the changes (will additionally add the new changes).
git commit -am 'Add some feature'
- Push to the branch.
git push origin my-new-feature
- Create a pull request and you are all set!