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).
35
* `Giving back <http://wiki.bazaar.canonical.com/BzrGivingBack>`_: How to get
36
your changes to Bazaar integrated into a release.
39
Current Bazaar Mentors
40
----------------------
42
See the roster at http://bazaar-vcs.org/PatchPilot, although other
43
developers may help too!
49
1. Why is this "Bazaar process" in HACKING.txt so complicated?
51
Answer: If we knew *that*, we'd simplify it! We are working
52
on streamlining many aspects, but quality comes first.
54
1. What sort of things can a mentor help with?
56
Anything that's getting in your way, time permitting. This includes
57
guiding you through the ``bzrlib`` API, explaining how to use our test
58
infrastructure, discussing possible designs for your bug fix or