summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith@newrelic.com>2014-12-19 00:36:06 -0800
committerAmjith Ramanujam <amjith@newrelic.com>2014-12-19 00:36:06 -0800
commite7a2536f595f269e16a3432c59660fe4d041fb86 (patch)
tree957f5ded9e2dab3cc3bb364232428edab0adb5e2
parentf87a71f511dc5653c25964128666a8d808f86b35 (diff)
Fix grammar.
-rw-r--r--DEVELOP.rst16
1 files changed, 8 insertions, 8 deletions
diff --git a/DEVELOP.rst b/DEVELOP.rst
index 07d8e767..42667fd1 100644
--- a/DEVELOP.rst
+++ b/DEVELOP.rst
@@ -2,17 +2,17 @@ Development Guide
-----------------
This is a guide for developers who would like to contribute to this project.
-Git Workflow
+GitHub Workflow
------------
If you're interested in contributing to pgcli, first of all my heart felt
-thanks. Please `fork the project <https://github.com/amjith/pgcli>`_ in github.
-Then clone your fork into your computer (``git clone <url-for-your-fork>``).
-Make the necessary changes and create the commits in your local machine. Then
-push those changes to your fork. Then click on the pull request icon on github
-and create a new pull request. Add a description about the change and send it
-along. I promise to review you in a reasonable window of time and get back to
-you.
+thanks. `Fork the project <https://github.com/amjith/pgcli>`_ in github. Then
+clone your fork into your computer (``git clone <url-for-your-fork>``). Make
+the changes and create the commits in your local machine. Then push those
+changes to your fork. Then click on the pull request icon on github and create
+a new pull request. Add a description about the change and send it along. I
+promise to review the pull request in a reasonable window of time and get back
+to you.
In order to keep your fork up to date with any changes from mainline, add a new
git remote to your local copy called 'upstream' and point it to the main pgcli