~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/contribution-quickstart.txt

  • Committer: Jelmer Vernooij
  • Date: 2009-04-10 15:58:09 UTC
  • mto: This revision was merged to the branch mainline in revision 4284.
  • Revision ID: jelmer@samba.org-20090410155809-kdibzcjvp7pdb83f
Fix missing import.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Bazaar Contribution in Five Minutes
2
 
===================================
3
 
 
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.
7
 
 
8
 
In brief, a contribution should include:
9
 
 
10
 
1.  A brief rationale, including expected audience and use cases,
11
 
    for inclusion in Bazaar.
12
 
 
13
 
2.  A branch registered as a branch on Launchpad, and submitted as
14
 
    a merge proposal.
15
 
 
16
 
3.  The branch should include:
17
 
 
18
 
    a.  implementation of the feature,
19
 
 
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
23
 
 
24
 
    c.  tests to ensure the specification is correctly
25
 
        implemented.
26
 
 
27
 
For more information, see the `Bazaar Developer Guide <HACKING.html>`_.
28
 
 
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).
34
 
 
35
 
* `Giving back <http://wiki.bazaar.canonical.com/BzrGivingBack>`_: How to get
36
 
  your changes to Bazaar integrated into a release.
37
 
 
38
 
 
39
 
Current Bazaar Mentors
40
 
----------------------
41
 
 
42
 
See the roster at http://bazaar-vcs.org/PatchPilot, although other
43
 
developers may help too!
44
 
 
45
 
 
46
 
Bazaar Mentors FAQ
47
 
------------------
48
 
 
49
 
1.  Why is this "Bazaar process" in HACKING.txt so complicated?
50
 
 
51
 
    Answer: If we knew *that*, we'd simplify it!  We are working
52
 
    on streamlining many aspects, but quality comes first.
53
 
 
54
 
1.  What sort of things can a mentor help with?
55
 
 
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
59
 
    feature, and so on.
60
 
 
61
 
..
62
 
   vim: ft=rst tw=74 ai