Giter VIP home page Giter VIP logo

pull-request-challenge's Introduction

Pull Request Challenge

This is a repository to help people understand the essence of pull request and how to make their first pull request. In lay man's terms, a pull request enable an owner of a repository to consider suggestions to his/her code that can improve afew things in the next update or release. It is a big step on the road to becoming a hero of the open source community and a git ninja.

Tasks

  1. Fork this repo onto your own github account. This is done using a button on the top of this page.

  2. Get the link for your copy of it in the "Clone or download" section. Make sure you are using your copy, not this one.

  3. On your computer, make sure you have git software installed(which can be downloaded @ https://git-scm.com/downloads)


confirm git configuration

git config --list

#Fresh Configuration

git config --global user.name your-name
git config --global user.email your-email

  • Launch your command prompt or terminal
  • Type cd documents
  • Tpe git clone ***url*** on command prompt or terminal.
  1. Navigate to the folder(documents) to Open contributors.md and add your name to the list.

  2. Tpe git add -A.

  3. Type git commit -m "added *insert name here* to contributors.md".

  4. Type git push origin master. Your forked copy of this repo on github will now have your changes.

  5. Go to the repo on github and you should be prompted about making a pull request. Click that button and submit the PR.

  6. You are done! Well done!

pull-request-challenge's People

Contributors

nnamdei avatar eze4manuel avatar aaleegiwa 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.