summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBarry Warsaw2016-10-09 13:40:13 -0400
committerBarry Warsaw2016-10-09 13:40:13 -0400
commitf2a532ef1d86f93072479b9e3250e9a3b54d51c2 (patch)
treef464d67727ba8b45fb390ac52d3af8c1bb202c8c /src
parent76a8fe7819b228279bc2dd4090c93e4ebae8311b (diff)
parent497654af9a2aed3168c36b4c2f46cab53db0452e (diff)
downloadmailman-f2a532ef1d86f93072479b9e3250e9a3b54d51c2.tar.gz
mailman-f2a532ef1d86f93072479b9e3250e9a3b54d51c2.tar.zst
mailman-f2a532ef1d86f93072479b9e3250e9a3b54d51c2.zip
Merge branch 'master' into issue213
Diffstat (limited to 'src')
-rw-r--r--src/mailman/docs/CONTRIBUTE.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/mailman/docs/CONTRIBUTE.rst b/src/mailman/docs/CONTRIBUTE.rst
index f0e273b59..dab6f6de5 100644
--- a/src/mailman/docs/CONTRIBUTE.rst
+++ b/src/mailman/docs/CONTRIBUTE.rst
@@ -52,6 +52,19 @@ of the GNU Mailman copyright. If you'd like to jump start your copyright
assignment, please contact the GNU Mailman `steering committee`_.
+Get the sources
+===============
+
+The Mailman 3 source code is version controlled using Git. You can get a
+local copy by running this command::
+
+ $ git clone https://gitlab.com/mailman/mailman.git
+
+or if you have a GitLab account and prefer ssh::
+
+ $ git clone git@gitlab.com:mailman/mailman.git
+
+
Testing Mailman 3
=================