diff options
| -rw-r--r-- | src/mailman/docs/CONTRIBUTE.rst | 13 | ||||
| -rw-r--r-- | tox.ini | 1 |
2 files changed, 14 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 ================= @@ -16,6 +16,7 @@ commands = #sitepackages = True usedevelop = True deps = + falcon {coverage,diffcov}: coverage pg: psycopg2 mysql: pymysql |
