Rajeet10 / firstpull

1 stars 4 forks source link
good-first-issue hacktoberfest hacktoberfest-accepted hacktoberfest2022 hactoberfest2021

Want to know me?

Join here and see the world my way!! Its my first one I created this repo for beginners to get in to their first open source contribution

Hacktoberfest Pull Requests

Repository for you to raise a Pull Request to practice open-source! 🎉

Add your name to the alphabetical list and, optionally, a link to your GitHub account (in alphabetical order below your letter too)

Option 1. Complete this process in Github (in your browser)

flowchart LR
    Fork[Fork the project]-->branch[Create a New Branch]
    branch-->Edit[Edit file]
    Edit-->commit[Commit the changes]
    commit -->|Finally|creatpr((Create a Pull Request))
  1. Fork the project:
  1. Create a New Branch:
  1. Edit:
  1. Raise a Pull Request:

You can ask questions by raising an issue.

Option 2. Complete this process on your computer (locally)

  git clone https://github.com/YOUR_GITHUB_USERNAME/hacktoberfest-practice.git
  cd hacktoberfest-practice
  git checkout -b <name-of-new-branch>
  git add README.md

or

  git add .
  git commit -m "Add <your-github-username>"
  git status
On branch <name-of-your-branch>
nothing to commit, working tree clean
  git push origin <name-of-your-branch>

or

  git branch -M main
  git push -u origin main

Warning: If you get an error message like the one below, you probably forgot to fork the repository before cloning it. It is best to start over and fork the project repository first.

ERROR: Permission to EddieHubCommunity/hacktoberfest-practice.git denied to <your-github-username>.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists.

Hurray! You successfully have made your first contribution! 🎉