Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 748 Bytes

contribute.md

File metadata and controls

24 lines (16 loc) · 748 Bytes

How to Contribute in This repository

  • Fork this repository (Click the Fork button in the top right of this page)
  • Add your name and portfolio/github account link attached to it.
  • Clone your fork down to your local machine.
git clone https://github.com/vedanshi555/hacktoberfest2022
  • Create a branch
git checkout -b your-branch-name
  • Make your changes in any of folders.

  • Commit and push your code.

  • Create a new pull request from your forked repository (Click the New Pull Request button located at the top of your repo)

  • There you go! Your contribution for hacktoberfest will be done. The PR will get merged if everything is right in it.

  • Star this repository if you had fun contributing!