DEV Community

Discussion on: An Absolute Beginner’s Checklist for Hacktoberfest

Collapse
 
bhuvaneshhingal profile image
Bhuvanesh Hingal

That's a great article !✨
If anybody wishes to practice Pull Request they can do so in the below given repository:

GitHub logo BhuvaneshHingal / HELLO-WORLD

A repository for contributing a "HELLO WORLD" program in any of the programming languages you know.

A repository for contributing a "HELLO WORLD" program in any of the programming languages you know.

How to Contribute: 👨🏻‍💻

  1. Fork the project.
  2. Make any changes in your forked repo
  3. On this repo, click Pull Requests and raise a Pull Request selecting your fork on the right drop down

Questions can be asked by raising an Issue.

How to clone repo and make changes locally: 📋

  click on the clone button (green in colour). This gives you a copy of the project. Its now yours to play around with
  • Using git on your local machine. Do this to download the forked copy of this repo to your computer
  git clone https://github.com/yourGitHubUsername/HELLO-WORLD.git
  • switch to the cloned folder. This can be done with Git Bash or the integrated terminal in the VSCode editor
  cd HELLO-WORLD
  • Make a new branch. Your name would make a good branch because it's unique
  git