Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Mattia Rizzolo
jenkins.d.n
Commits
d63a6edc
Commit
d63a6edc
authored
Feb 16, 2015
by
Holger Levsen
Browse files
add CONTRIBUTING document, large based on the one from piuparts
parent
9d464ca9
Changes
1
Hide whitespace changes
Inline
Side-by-side
CONTRIBUTING
0 → 100644
View file @
d63a6edc
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.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment