GithubHelp home page GithubHelp logo

nishantsurve / first-contributions Goto Github PK

View Code? Open in Web Editor NEW

This project forked from acesdit/first-contributions

0.0 0.0 0.0 675 KB

Place for beginners to make their first pull request

License: MIT License

first-contributions's Introduction

project logo

First Contributions

Place for beginners to make their first pull request.

GitHub contributors

Prerequisites

You must have git installed & set up on your computer.
Download Git from git-scm.com

Instructions for connecting your computer to your GitHub account

Fork this repository

Fork this repository by clicking the fork button on the top of this page.
This will create a copy of this repository in your account.

Fork Button

Clone the repository

Now clone the forked repository in your GitHub account to your computer. Go to your forked repository on GitHub website, click the code button and then click the copy to clipboard icon.

Clone Menu

Copy URL Button

Open a terminal and run the following git command:

git clone <URLYOUCOPIED>

Create a branch

Change to the repository directory on your computer (if not already there)

cd first-contributions

Now, create a branch using git branch command. Use your username for the branch name.

git branch branch_name

Switch to the newly created branch

git checkout branch_name

Make necessary changes

Now open Contributors.md file in a text editor & add your entry to it. Put it anywhere in between and save the file.

If you execute git status, you'll see there are changes.

Add those changes to the branch you just created using the git add command.

git add Contributors.md

Commit those changes using the git commit command

git commit -m "Add YOURNAME to Contributors list"

Push changes to GitHub

Push your changes to your fork by running

git push origin main

Now if you go to your repository on GitHub, you'll see a Compare & pull request button. Click it.

Now submit the Pull Request.

Soon, your changes will be merged into the main branch of this repository. You'll get a notification email once your changes have been merged.

Next Steps

Congratulations ๐ŸŽ‰!
You just completed the standard fork -> clone -> edit -> PR workflow that you'll use often.

Inspired by first-contributions


A project by Association of Computer Engineering Students, DIT Pimpri

aces logo

first-contributions's People

Contributors

yashjawale avatar prakharpandey04 avatar sinhasurapto avatar omkarvasekar avatar sahil-s-246 avatar pranavmm14 avatar rahulpanditt avatar zizzlestark avatar vaibhavidixit avatar shreedhar03 avatar saeeshinde avatar pumang18 avatar nishantk30 avatar learner1432 avatar jv-2701 avatar gitak25 avatar dk2655 avatar dipeshc1707 avatar adityapawar6174 avatar brainstorm786 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.