GithubHelp home page GithubHelp logo

snazzynivesh522 / first-timers Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gdsc-pdeu/first-timers

0.0 0.0 0.0 221 KB

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

JavaScript 100.00%

first-timers's Introduction

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.

first-timers's People

Contributors

preet-sojitra avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.