From f7a93ad92e7ec1f7e6dfe5e70a588f9f1070930a Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 17 Jun 2011 13:40:48 -0600 Subject: [PATCH] ... --- src/calibre/manual/develop.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/calibre/manual/develop.rst b/src/calibre/manual/develop.rst index cc037ee6dd..307df085e6 100644 --- a/src/calibre/manual/develop.rst +++ b/src/calibre/manual/develop.rst @@ -89,9 +89,9 @@ Now whenever you commit changes to your branch with the command:: bzr commit -m "Comment describing your change" -I can merge it directly from you branch into the main |app| source tree. You should also subscribe to the |app| -developers mailing list `calibre-devs `_. Before making major changes, you should -discuss them on the mailing list or the #calibre IRC channel on Freenode to ensure that the changes will be accepted once you're done. +I can merge it directly from you branch into the main |app| source tree. You should also keep an eye on the |app| +`development forum `. Before making major changes, you should +discuss them in the forum or contact Kovid directly (his email address is all over the source code). Windows development environment ---------------------------------