diff options
author | Matthieu Moy <Matthieu.Moy@imag.fr> | 2016-05-03 10:31:42 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-05-03 14:04:27 -0700 |
commit | 4453d76c6abf28a3945a336c5321ea05f07bd8b6 (patch) | |
tree | 06eb59207debfe9465e71c48c88429351baa5e3b /contrib/hooks/multimail/CONTRIBUTING.rst | |
parent | 5b618c1c8d4feceba85cb3fc16f90b94f689877e (diff) | |
download | git-4453d76c6abf28a3945a336c5321ea05f07bd8b6.tar.gz git-4453d76c6abf28a3945a336c5321ea05f07bd8b6.tar.xz |
git-multimail: update to release 1.3.0
The changes are described in CHANGES.
Contributions-by: Matthieu Moy <Matthieu.Moy@imag.fr>
Contributions-by: Stefan Tatschner <rumpelsepp@sevenbyte.org>
Contributions-by: Simon P <simon.git@le-huit.fr>
Contributions-by: Leander Hasty <leander@1stplayable.com>
Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib/hooks/multimail/CONTRIBUTING.rst')
-rw-r--r-- | contrib/hooks/multimail/CONTRIBUTING.rst | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/contrib/hooks/multimail/CONTRIBUTING.rst b/contrib/hooks/multimail/CONTRIBUTING.rst index 09efdb059..530ecbfcf 100644 --- a/contrib/hooks/multimail/CONTRIBUTING.rst +++ b/contrib/hooks/multimail/CONTRIBUTING.rst @@ -1,3 +1,6 @@ +Contributing +============ + git-multimail is an open-source project, built by volunteers. We would welcome your help! @@ -6,9 +9,7 @@ and Matthieu Moy <matthieu.moy@grenoble-inp.fr>. Please note that although a copy of git-multimail is distributed in the "contrib" section of the main Git project, development takes place -in a separate git-multimail repository on GitHub: - - https://github.com/git-multimail/git-multimail +in a separate `git-multimail repository on GitHub`_. Whenever enough changes to git-multimail have accumulated, a new code-drop of git-multimail will be submitted for inclusion in the Git @@ -21,10 +22,12 @@ to the maintainers). Please sign off your patches as per the `Git project practice <https://github.com/git/git/blob/master/Documentation/SubmittingPatches#L234>`__. -General discussion of git-multimail can take place on the main Git -mailing list, - - git@vger.kernel.org +General discussion of git-multimail can take place on the main `Git +mailing list`_. Please CC emails regarding git-multimail to the maintainers so that we don't overlook them. + + +.. _`git-multimail repository on GitHub`: https://github.com/git-multimail/git-multimail +.. _`Git mailing list`: git@vger.kernel.org |