Skip to content

Nilkamal/awesome-first-timers

 
 

Repository files navigation

awesome-first-timers

This is a place to contribute if you are a first timer.

Details

Hi there, if you are reading this then probably you are new to open source and looking for some issues to contribute to.
You can start by contributing to this awesome list, follow these simple steps to make your first successful PR.

Steps:

  1. Installation of required tools:
  • git
  • any IDE of your choice (for ex. sublime text and atom)

Installing git:

Contributing to this repository:

  1. Star this repository
  2. Fork this repository
  3. Open users.md and enter details in the following format
   Name: "Your name here"  
   Place: "Enter place here"  
   Bio: "Enter about yourself here"  
   Github: [Github username](github profile url)  
   Facebook (optional): [Your name](facebook profile link)  
  • make sure to give 2 whitespaces after each line.
  1. Commit changes with a meaningful commit message like "Added "Your Name to users.md".
  2. Create a pull request.
  3. Sit back and relax while your pull request is reviewed and merged.

Using git to contribute to this repository

  1. Star this repository

  2. Fork this repository

  3. Clone this repository by clicking on green clone or download button and then copying the link given there.
    Open your terminal(linux/mac) or git bash(windows) and write

    git clone https://github.com/Anupam-dagar/awesome-first-timers.git
    Image of clone button
    Image of clone button

  4. Change your directory. cd awesome-first-timers

  5. Open users.md and enter details in the following format

   Name: "Your name here"  
   Place: "Enter place here"  
   Bio: "Enter about yourself here"  
   Github: [Github username](github profile url)  
   Facebook (optional): [Your name](facebook profile link)  
  • make sure to give 2 whitespaces after each line.
  1. Commit changes with a meaningful commit message like "Added "Your Name to users.md".
    git add -A
    git commit -m "Commit message here" (include double quotes)
  2. Push to repository
    git push origin master
  3. Create a pull request. Image of clone button Image of clone button
  4. Sit back and relax while your pull request is reviewed and merged.

About

Place to contribute if you are a first timer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 51.5%
  • HTML 22.9%
  • JavaScript 22.2%
  • CSS 3.4%