diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-05-27 23:01:02 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-05-27 23:01:02 +0200 |
commit | cb8438c5df25b9a27aefa4aecae7d4bd2105ce9f (patch) | |
tree | a287f8e46860e8c39381204aafb45131699f2a73 /CONTRIBUTING | |
parent | 8ad1f42447e449874d73bdb9eb54a11dd219b619 (diff) | |
download | jenkins.debian.net-cb8438c5df25b9a27aefa4aecae7d4bd2105ce9f.tar.xz |
include CONTRIBUTING in README and add link to cgit view
Diffstat (limited to 'CONTRIBUTING')
-rw-r--r-- | CONTRIBUTING | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/CONTRIBUTING b/CONTRIBUTING index 369a5ffb..313fcdb3 100644 --- a/CONTRIBUTING +++ b/CONTRIBUTING @@ -1,5 +1,4 @@ -Contributing code to this project ---------------------------------- +=== 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). @@ -7,9 +6,11 @@ The BTS will ensure the developers' mailing list debian-qa@lists.debian.org 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 'develop' branch. +In either case, please make a topic branch based on the 'master' branch. You can send patches or requests to the development list, or to the tracking bug: <bugnumber>@bugs.debian.org. @@ -26,8 +27,10 @@ One possible workflow: # <describe the issue, attach the patch> ---- -Contributing bugs to other projects ------------------------------------ +=== 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. + +// vim: set filetype=asciidoc: |