summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-05-27 22:45:31 +0200
committerHolger Levsen <holger@layer-acht.org>2015-05-27 22:45:31 +0200
commit8ad1f42447e449874d73bdb9eb54a11dd219b619 (patch)
tree8e1931df0575303c1a67e306ea0b42773e356c50 /CONTRIBUTING
parent62f0ee6956fd0fc459355822d188b7da30460fd8 (diff)
downloadjenkins.debian.net-8ad1f42447e449874d73bdb9eb54a11dd219b619.tar.xz
format code properly
Diffstat (limited to 'CONTRIBUTING')
-rw-r--r--CONTRIBUTING6
1 files changed, 4 insertions, 2 deletions
diff --git a/CONTRIBUTING b/CONTRIBUTING
index a48f824a..369a5ffb 100644
--- a/CONTRIBUTING
+++ b/CONTRIBUTING
@@ -15,14 +15,16 @@ You can send patches or requests to the 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 checkout origin/master -b <topicname>
- <edits>
+ # <edits>
git commit -a
git format-patch -M origin/master
reportbug qa.debian.org
- <describe the issue, attach the patch>
+ # <describe the issue, attach the patch>
+----
Contributing bugs to other projects
-----------------------------------