diff --git a/SubmittingPatches.rst b/SubmittingPatches.rst index c200087..5161519 100644 --- a/SubmittingPatches.rst +++ b/SubmittingPatches.rst @@ -1,6 +1,7 @@ .. -*- coding: utf-8 -*- .. _mailing list: http://lists.alioth.debian.org/mailman/listinfo/offlineimap-project +.. _commits mailing list: http://lists.offlineimap.org/listinfo.cgi/commits-offlineimap.org ================================================= Checklist (and a short version for the impatient) @@ -320,6 +321,12 @@ Know the status of your patch after submission tell you if your patch is merged in pu if you rebase on top of master). +* You can follow upstream commits on +`CIA.vc `, +`Ohloh `, +`GitHub `, +or on the `commits mailing list`_. + .. * Read the git mailing list, the maintainer regularly posts messages entitled "What's cooking in git.git" and "What's in git.git" giving the status of various proposed changes. diff --git a/docs/dev-doc-src/API.rst b/docs/dev-doc-src/API.rst index c901938..20f3d1f 100644 --- a/docs/dev-doc-src/API.rst +++ b/docs/dev-doc-src/API.rst @@ -13,6 +13,11 @@ OfflineImap can be imported as:: from offlineimap import OfflineImap +The file ``SubmittingPatches.rst`` in the source distribution documents a +number of resources and conventions you may find useful. It will eventually +be merged into the main documentation. +.. TODO: merge SubmittingPatches.rst to the main documentation + :mod:`offlineimap` -- The OfflineImap module =============================================