Giter VIP home page Giter VIP logo

hello-world's Introduction

License|MIT
Open Source Love

Make your First Contribution here! ๐ŸŽ‰

New to Open Source?
New to Github?
Don't know where to Start?
Don't know how to Start? ๐Ÿ˜•

Here is the One Stop Solution for Every Newcomer!

1. Begin with learning about Git and Github! How it works and learn about the various Commands. :octocat:

You can take any one of the following courses/videos. One is just sufficient. If you want you take more than one too!

1.1 Here are some Youtube Tutorials/Videos

1.2 Here are some Free Courses ๐Ÿ†“

2. Contribute Here! Follow these steps (Better try it yourself first!)

2.1 Fork this Repository ๐Ÿด(commonly called as Repo)

Fork this Repo by clicking on the Fork button on the top of this page. This will create a copy of this Repo in your Github account. Don't forget to Starit!

2.2 Clone this Repo Locally

  • Go to your GitHub account and to this forked Repo, click on the Clone or Download button and then click the Copy to Clipboard Icon.:clipboard:

  • Now open Command Line/Terminal.

  • Switch to the Directory where you want to Clone this Repo.

  • Run this Command

    git clone https://github.com/<your-username>/Hello-World.git
    

2.3 Create a branch ๐Ÿ”€

Change to the Repo directory on your Computer by running

cd Hello-World

Now create a branch

git checkout -b <branch-name>

A good way to name your branch is # For example:

git checkout -b shreya#11

NOTE: The issue number for this is #11

2.4 Make necessary changes โœ…

  • Go to Contributors directory
  • Create a file:page_facing_up:.
  • Write about Yourself (in any Language)
    • Name
    • School/College you are studying at or Company you are working at
    • Your github username or link to your github profile
    • Anything else you want to write
      Check Sample
  • Save the File.

2.5 Commit the Changes

  • git status
  • git add <file-names>
  • git commit -m "Contribution by <your-username>"

2.6 Push the Changes to Github

  • git push origin <branch-name>

2.7 Submit the Pull Request

  • Go to your Hello-World Repo on GitHub
  • Click Compare & Pull Request button.
  • Click Create Pull Request

After you are done with this check the Open Issues in this repo or other repos of Novice Paradigm and continue Contributing! ๐Ÿ˜Š

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.