Skip to content

Latest commit

 

History

History
29 lines (29 loc) · 678 Bytes

File metadata and controls

29 lines (29 loc) · 678 Bytes

Contributing Steps

  1. Complete the registartion over https://hacktoberfest.com/
  2. Fork this repository.
  3. Clone on your local machine.
https://github.com/<your github username>/hacktoberfest-2022.git
  1. Navigate to the project directory.
cd hacktoberfest-2022
  1. Create a new branch.
git checkout -b my-new-branch
  1. Add your contribution.
git add .
  1. Commit your changes.
git commit -m "Relevant message"
  1. Push your changes.
git push origin my-new-branch
  1. Create a new pull request from your forked repository.
  2. Congratulations 🎉 you just made a pull request!