From 4782b63b6e172a7b038cc3a027b4814357bc68da Mon Sep 17 00:00:00 2001 From: Yang Su Date: Fri, 29 Mar 2013 04:08:21 -0400 Subject: [PATCH 1/2] started the creating a pull request section --- Readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Readme.md b/Readme.md index dc27523..43aa712 100644 --- a/Readme.md +++ b/Readme.md @@ -34,3 +34,7 @@ git checkout -b pull-request-demo git push origin pull-request-demo ``` +### Creating a Pull Request + +To create a pull request, you must have changes committed to the your new branch. + From f356b3c4e61332af8cd263f60359eafb0f413e35 Mon Sep 17 00:00:00 2001 From: Yang Su Date: Fri, 29 Mar 2013 04:12:32 -0400 Subject: [PATCH 2/2] Added first step in creating a pull request --- Readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Readme.md b/Readme.md index 43aa712..42b1597 100644 --- a/Readme.md +++ b/Readme.md @@ -38,3 +38,7 @@ git push origin pull-request-demo To create a pull request, you must have changes committed to the your new branch. +Go to the repository page on github. And click on "Pull Request" button in the repo header. + +![Pull Request Button](https://f.cloud.github.com/assets/676185/316845/2ea7d418-9848-11e2-90af-5b8f31497a51.png) +