Skip to content

Latest commit

 

History

History
116 lines (63 loc) · 4.89 KB

README.md

File metadata and controls

116 lines (63 loc) · 4.89 KB

Get Started

Install Git First For windows

You can make your first pull request in this repository to practice open source! Make a pull request and you will receive an invite to join our community. Contributing to open sources can't get any easier than this!

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

Follow Below Steps to Make your First Contribution

  • Step: Make a Copy of the Repo

  1. Click on Fork step 1
  2. If you see something similar to below click on create fork

Step 2

  1. You will see that a copy of repo with your name was created

Step 3

  1. Click on the drop-down "Code" and click on the copy icon and copy the link Step 4

  2. Open the location where you want the repo. Right click with mouse and click Open in terminal

Step 4a

  1. In terminal type below command git clone LINK_WHICH_YOU_COPIED and press enter

Step 5

  1. Optional : If you have vs code install type code . in the terminal. Open the readme.md file
    step 6

  2. At the bottom of the readme.md file add your Name and github link. Under List of members

step 7

  1. At the top of vs code click on terminal and then click on new terminal (You can also open terminal in current level)

Step 8

  1. Type git add . This will add all the changes you made

Step 9

  1. Now we need to commit the changes made type git commit -m "Your First Name"

Step 10

  1. Now you need to push the change to git repo type
    git push origin main

Step 11

  1. Go back to the copy of repo you made on github (example : Username/Get-started) and you should see something similar has of below

Step 12

if yes then continue otherwise pls of back to step 9

  1. Create a Pull Request of that click on pull request

Step 13

  1. Now click on New pull request

step 14

You should see something similar step 15

  1. Last Step Add topic (your full name) and details about pull request and experience in your own words

step 16

CLICK ON "Create pull request" and your all done. Happy Hacking!

  • Your pull request will be reviewed and then eventually merged.

You successfully made your first contribution! 🎉


List of members