From e7a2536f595f269e16a3432c59660fe4d041fb86 Mon Sep 17 00:00:00 2001 From: Amjith Ramanujam Date: Fri, 19 Dec 2014 00:36:06 -0800 Subject: Fix grammar. --- DEVELOP.rst | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'DEVELOP.rst') 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 `_ in github. -Then clone your fork into your computer (``git clone ``). -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 `_ in github. Then +clone your fork into your computer (``git clone ``). 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 -- cgit v1.2.3