1
Bazaar Contribution in Five Minutes
2
===================================
4
Contributing to Bazaar requires attention to quality. To ensure
5
high-quality commits, the "Bazaar process" involves you in our
6
code review and improvement activities.
8
In brief, a contribution should include:
10
1. A brief rationale, including expected audience and use cases,
11
for inclusion in Bazaar.
13
2. A branch registered as a branch on Launchpad, and submitted as
16
3. The branch should include:
18
a. implementation of the feature,
20
b. user documentation (if the feature is visible in the user
21
interface) and/or developer documentation (if new or
22
changed APIs are provided), and
24
c. tests to ensure the specification is correctly
27
For more information, see the `Bazaar Developer Guide <HACKING.html>`_.
29
If you are not an experienced Bazaar contributor, why not ask for
30
mentoring? When you submit your merge proposal on Launchpad, simply say
31
"I'd like to be mentored, please" in your submission. Or ask for help
32
with your contribution on the IRC channel, mailing list, or on Launchpad
33
(https://answers.launchpad.net/bzr).
36
Current Bazaar Mentors
37
----------------------
39
See the roster at http://bazaar-vcs.org/PatchPilot, although other
40
developers may help too!
46
1. Why is this "Bazaar process" in HACKING.txt so complicated?
48
Answer: If we knew *that*, we'd simplify it! We are working
49
on streamlining many aspects, but quality comes first.
51
1. What sort of things can a mentor help with?
53
Anything that's getting in your way, time permitting. This includes
54
guiding you through the ``bzrlib`` API, explaining how to use our test
55
infrastructure, discussing possible designs for your bug fix or