~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to doc/dev/coding.rst

  • Committer: Matt Giuca
  • Date: 2009-12-01 01:17:17 UTC
  • mto: This revision was merged to the branch mainline in revision 1322.
  • Revision ID: matt.giuca@gmail.com-20091201011717-i893jap3ptx0b91n
doc/dev/coding: Added paragraph explaining how to contribute if you are not a registered IVLE developer.

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
:samp:`lp:~ivle-dev/ivle/{branch-name}` and then merged into the trunk when 
53
53
complete.
54
54
 
 
55
Developers who are not members of the ``ivle-dev`` team will not be able to
 
56
commit to ``lp:ivle``. However, contributions are still welcome. External
 
57
developers with a patch or new feature should create a branch named
 
58
:samp:`lp:~{your-name}/ivle/{branch-name}`, and make a merge request to
 
59
``lp:ivle`` when ready. Regular contributors may be invited to ``ivle-dev`` on
 
60
a case-by-case basis.
 
61
 
55
62
All associated branches can be found on the `IVLE Launchpad Project Page 
56
63
<https://launchpad.net/ivle/>`_.
57
64