Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 925 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

23 lines (18 loc) · 925 Bytes

Welcome to Hacktoberfest 2017!

The goal of this repo is to help beginners who are doing their first pull requests. Feel free to join!

Instruction

try to solve issues.

How to Create a Pull Request

  • Click on the fork on the top to fork this repo.
  • Go to your repo where you fork the project.
  • Hit the clone button on your forked repo and copy the given link.
  • On your terminal/command prompt, type "git clone [put the link here]".
  • Add your name in the CONTRIBUTORS.md.
  • Afterward, on your terminal/command prompt, type "git add CONTRIBUTORS.md".
  • then type 'git commit -m "[type a message]" '.
  • Push the commit. then type "git push origin master".
  • Go back to the original repo.
  • Hit "new pull request" and compare between forks.
  • Confirm the pull request and that's it!

Installation

Make sure git is installed.