summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-06-15 10:57:49 +0200
committerHolger Levsen <holger@layer-acht.org>2015-06-15 11:01:19 +0200
commit760aa7b8546362a81c1dcb9e8d1122f3cca8c909 (patch)
treeaa5cdade1cc31916c6e14dce939e5ab1f60b8fc4 /CONTRIBUTING
parentab52c3913d163cc1c0638c08c6bed8e58a5ba0ad (diff)
downloadjenkins.debian.net-760aa7b8546362a81c1dcb9e8d1122f3cca8c909.tar.xz
README: update
Diffstat (limited to 'CONTRIBUTING')
-rw-r--r--CONTRIBUTING4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING b/CONTRIBUTING
index 313fcdb3..4352f77b 100644
--- a/CONTRIBUTING
+++ b/CONTRIBUTING
@@ -12,12 +12,12 @@ 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.
-You can send patches or requests to the development list,
+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.
One possible workflow:
----
- git clone git://anonscm.debian.org/debian-qa/jenkins.debian.net.git
+ git clone git://anonscm.debian.org/qa/jenkins.debian.net.git
git checkout origin/master -b <topicname>
# <edits>
git commit -a