summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-02-16 19:52:12 +0100
committerHolger Levsen <holger@layer-acht.org>2015-02-16 19:52:12 +0100
commitd63a6edce8ad22751935bbf44d9414ae199cf78a (patch)
treed23a69c8422e515c1ffd658044b95c7dfa4c177e /CONTRIBUTING
parent9d464ca97f39b0451d1c6088606f4af463ea3c7c (diff)
downloadjenkins.debian.net-d63a6edce8ad22751935bbf44d9414ae199cf78a.tar.xz
add CONTRIBUTING document, large based on the one from piuparts
Diffstat (limited to 'CONTRIBUTING')
-rw-r--r--CONTRIBUTING31
1 files changed, 31 insertions, 0 deletions
diff --git a/CONTRIBUTING b/CONTRIBUTING
new file mode 100644
index 00000000..a48f824a
--- /dev/null
+++ b/CONTRIBUTING
@@ -0,0 +1,31 @@
+Contributing code to this project
+---------------------------------
+
+It's helpful to track fixes or new features via wishlist bugs against the
+'qa.debian.org' package, eg with the 'reportbug' tool ('devscripts' package).
+The BTS will ensure the developers' mailing list
+ debian-qa@lists.debian.org
+is notified.
+
+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 'develop' branch.
+
+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>
+ git commit -a
+ git format-patch -M origin/master
+
+ reportbug qa.debian.org
+ <describe the issue, attach the patch>
+
+Contributing bugs to other projects
+-----------------------------------
+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.