git-nit/CONTRIBUTING.rst
Doug Hellmann cff78c527e initial commit with project structure
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-04-26 14:40:07 -04:00

28 lines
969 B
ReStructuredText

=========================
Contributing to git-nit
=========================
This tool is meant to provide a simple, convenient tool for users of
basic Gerrit change workflows. Contributions fixing bugs or
regressions, maintaining support for newer Gerrit/Git releases and
improving test coverage are welcome and encouraged.
To get the latest code, see: https://git.openstack.org/cgit/openstack/git-nit
Bugs are handled at: https://storyboard.openstack.org/#!/project/
There is a mailing list at: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
Code reviews, as you might expect, are handled by gerrit at:
https://review.openstack.org
See http://wiki.openstack.org/GerritWorkflow for details. Pull
requests submitted through GitHub will be ignored.
Use ``git review`` to submit patches (after creating a gerrit account
that links to your launchpad account). Example::
# Do your commits
git review
# Enter your username if prompted