Comment 2 for bug 1086064

Revision history for this message
Lebbeous Fogle-Weekley (lebbeous) wrote :

Hi Dan,

It's great to have new contributors! See here: http://www.open-ils.org/dokuwiki/doku.php?id=contributing , but in short:

If you can
 - push a git branch (branched from *master*, never from a release branch) containing your commits somewhere (ideally the Evergreen "working" repo - ask in IRC for access if needed, but for my part I don't think it really matters where you push as long as the repo is public and available online),
 - be sure your commits are well organized/formatted (there doesn't have to be more than one commit unless you need there to be),
 - have signed-off any commits with git's sign-off feature, thereby asserting accordance with the DCO ( http://www.open-ils.org/dokuwiki/doku.php?id=contributing#developer_s_certificate_of_origin ),
 - put a link to that branch here on launchpad and apply the tag 'pullrequest' to the bug when you're ready for your contribution to be tested,

that should just about cover the essentials of the submission process.

Thanks and welcome!