Skip to content

Latest commit

 

History

History
62 lines (39 loc) · 1.09 KB

README.md

File metadata and controls

62 lines (39 loc) · 1.09 KB

mashithandu

mashithandu

About this repo

This is a repo for beginners to experience the path of open source contribution

Step 1

Fork this repo.

💡 search stackoverflow how to Fork a repo in github

Step 2

Clone the repo from your profile

💡 search stackoverflow how to clone a repo

Step 3

Now the repo is in your local directory. Open it in a text editor and add your name and save the file.

Step 4

  • Go to the cloned repo using terminal/command prompt.
  • Add the change using the command
git add addName.txt
  • Commit your changes
git commit -m "commit by <insert your name>"
  • Push to your repo
git push origin main

Step 5

Now your change is in your repo. Go to the repo in your github account and see if it is there.

Step 6

Create a pull request to main repo in the organisation's account

💡 google how to create pull request to main repo

Step 7

Once the maintainer of the main repo accept your PR, Voila its there !