~james-page/charm-helpers/lp1537155

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
Contributing
============

All contributions, both code and documentation, are welcome!

Source
------

The source code is located at https://code.launchpad.net/charm-helpers. To
submit contributions you'll need to create a Launchpad account if you do not
already have one.

To get the code::

  $ bzr branch lp:charm-helpers

To build and run tests::

  $ cd charm-helpers
  $ make

Submitting a Merge Proposal
---------------------------

Run ``make test`` and ensure all tests pass. Then commit your changes and push
them to a personal branch::

  bzr ci -m "Description of your changes"
  bzr push lp:~<launchpad-username>/charm-helpers/my-feature

Note that the branch name ('my-feature' in the above example) can be anything
you choose - preferably something descriptive.

Once your branch is pushed, open it in a web browser, e.g.::

  https://code.launchpad.net/~<launchpad-username>/charm-helpers/my-feature

Find and click on the 'Propose for merging' link, and on the following screen,
click the 'Propose Merge' button.

.. note::

  Do not set a value in the 'Reviewer' field - it will be set automatically.

Open Bugs
---------

If you're looking for something to work on, the open bug/feature list can be
found at https://bugs.launchpad.net/charm-helpers.

Documentation
-------------

If you'd like to contribute to the documentation, please refer to the ``HACKING``
document in the root of the source tree for instructions on building the documentation.

Contributions to the :doc:`example-index` section of the documentation are
especially welcome, and are easy to add. Simply add a new ``.rst`` file under
``charmhelpers/docs/examples``.

Getting Help
------------

If you need help you can find it in ``#juju`` on the Freenode IRC network. Come
talk to us - we're a friendly bunch!