summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-12-21 01:05:58 +0100
committerHolger Levsen <holger@layer-acht.org>2015-12-21 01:05:58 +0100
commitaa1cf1698a9198270aeb9cdf4d01852bd7edd773 (patch)
tree7326bbe713fca34f4318f1f4faeb78dc19aae5cd /CONTRIBUTING
parente90c36b6487eeb214392c65f0c4eef6861cc4c41 (diff)
downloadjenkins.debian.net-aa1cf1698a9198270aeb9cdf4d01852bd7edd773.tar.xz
clariy that publically available git repos are the prefered method of patch transportantion
Diffstat (limited to 'CONTRIBUTING')
-rw-r--r--CONTRIBUTING9
1 files changed, 5 insertions, 4 deletions
diff --git a/CONTRIBUTING b/CONTRIBUTING
index 4352f77b..d3e183ea 100644
--- a/CONTRIBUTING
+++ b/CONTRIBUTING
@@ -8,9 +8,10 @@ is notified.
The code is available in the link:http://anonscm.debian.org/cgit/qa/jenkins.debian.net.git/tree/[jenkins.debian.net.git repository].
-Patches can be submitted by mail (git format-patch, see below)
-or as requests to pull from a publicly-visible git repository.
-In either case, please make a topic branch based on the 'master' branch.
+Patches can be submitted as requests to pull from a publicly-visible
+git repository (this is the prefered way) communicated via IRC or mail,
+or completly via mail (using git format-patch, see below).
+If appropriate, please make a topic branch based on the 'master' branch.
You can send patches or requests to the link:mailto:qa-jenkins-dev@lists.alioth.debian.org[development list],
or to the tracking bug: <bugnumber>@bugs.debian.org.
@@ -31,6 +32,6 @@ One possible workflow:
Another very useful type of contributions are filing bug reports based
on jenkins job runs. Another useful kind of contribution would be to
-describe how.
+improve the documentation, eg to better describe how to debug stuff.
// vim: set filetype=asciidoc: