1
1
mirror of https://github.com/dbcli/pgcli.git synced 2024-09-11 13:56:36 +03:00

Fix grammar.

This commit is contained in:
Amjith Ramanujam 2014-12-19 00:36:06 -08:00
parent f87a71f511
commit e7a2536f59

View File

@ -2,17 +2,17 @@ Development Guide
----------------- -----------------
This is a guide for developers who would like to contribute to this project. 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 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. thanks. `Fork the project <https://github.com/amjith/pgcli>`_ in github. Then
Then clone your fork into your computer (``git clone <url-for-your-fork>``). clone your fork into your computer (``git clone <url-for-your-fork>``). Make
Make the necessary changes and create the commits in your local machine. Then the changes and create the commits in your local machine. Then push those
push those changes to your fork. Then click on the pull request icon on github changes to your fork. Then click on the pull request icon on github and create
and create a new pull request. Add a description about the change and send it a new pull request. Add a description about the change and send it along. I
along. I promise to review you in a reasonable window of time and get back to promise to review the pull request in a reasonable window of time and get back
you. to you.
In order to keep your fork up to date with any changes from mainline, add a new 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 git remote to your local copy called 'upstream' and point it to the main pgcli