From 620eb90219f12342bf1ce665d330fa4fc4116d8c Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 30 May 2013 07:47:01 +0530 Subject: [PATCH] Add link to docs for pushing to repos --- manual/develop.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/manual/develop.rst b/manual/develop.rst index 2d0fb7aa12..d75d546937 100644 --- a/manual/develop.rst +++ b/manual/develop.rst @@ -118,7 +118,9 @@ If you plan to do a lot of development on |app|, then the best method is to crea `GitHub `_ account. Once you have an account, follow the steps at `Setup Git `_ and `Fork A Repo `_ to create your own fork of the -`calibre GitHub repository `_. +`calibre GitHub repository `_. Read +`Pushing to a remote `_ +to learn how to upload your commits to GitHub. You can contribute your code in the form of `Pull Requests `_. Generally, you should