Skip to content

New to open source? Contribute to this beginner friendly project and make your first PR

Notifications You must be signed in to change notification settings

gdsc-pdeu/first-timers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

first-timers

New to open source? Contribute to this beginner friendly project by adding your profile and make your first PR.

What you are going to contribute?

You are going to add some details about yourself like your name, your branch,about yourself, your skills and your social handles.

Below is the sample of code that you will be contributing.

Contribution Guidelines

  1. Fork the repository by clicking on the fork tab.

  2. Then click on create fork button to create fork the repository in your account.

  3. Clone the repository by using following command in your terminal

    git clone https://github.com/your-username/first-timers.git
  4. Change the directory using following command

    cd first-timers
  5. Open data.js file

  6. Copy the template and paste it below the comment saying Paste it below the line.

  7. Then add your `name,branch, small introduction, 2-3 skills and your social handles.

Dont forget to change the "id" key for your profile. It should be the successor number of the previous profile.

  1. Create your branch

    git branch add-yourname-branch

Replace yourname with your name

  1. Open your new created branch

    git checkout your-branch-name

Replace your-branch-name with the branch name that you have created.

  1. Save your changes

  2. Add your changes to staging area

    git add data.js
  3. Commit your changes

    git commit -m "message"
  4. Push your changes to the github

    git push origin your-branch-name
  5. Now head to your fork in the github. You will see something like this

  1. Click on Compare & pull request.

  2. After clicking you will see something like this

  1. Click on Create Pull request button.

  2. Wohhooo!! You've made it. You have created your first pull request. Reviewers will now review your code and will merge your code.

  3. Celebrate your merge by tagging dsc-pdeu on socials.

About

New to open source? Contribute to this beginner friendly project and make your first PR

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •