Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1.12 KB

CONTRIBUTING.md

File metadata and controls

36 lines (28 loc) · 1.12 KB

Hello Contributors!

define

  • First, fork the repository (Click the Fork button in the top right corner of the page).
  • Clone the forked repository to your local machine.
git clone https://github.com/your-username/Newbies-2023
  • Add upstream URL
git remote add upstream https://github.com/hash-define-organization/Newbies-2023.git
  • Create a new branch
git checkout -b branch_name
  • Make your contribution
  • Commit and push the changes
git add .
git commit -m 'Relevant message'
git push origin branch_name
  • Create a new pull request from your forked repository (Click the New Pull Request button located at the top of your repo)
  • Wait for your PR review and approval from the maintainers.
  • ⭐ this repository if you liked it.
  • Check your progress here (https://hacktoberfest.com/profile)