Update README with contributing info.

The README was lacking information on how to contribute and file bugs.
Fix this.

Change-Id: Ice3759b039ec33ffa3ace00db9ce93c9f9de2bae
This commit is contained in:
Clark Boylan 2014-03-06 14:37:50 -08:00
parent df9ee54284
commit 9fa445bb35
1 changed files with 20 additions and 0 deletions

20
README
View File

@ -22,3 +22,23 @@ This plugin borrows heavily from the Jenkins Notification Plugin
https://github.com/jenkinsci/notification-plugin. That plugin
does much of the same work and where applicable I have gone the
easy route and copied the work they have done.
Contributing
------------
To browse the latest code, see:
https://git.openstack.org/cgit/openstack-infra/zmq-event-publisher/tree/
To clone the latest code, use
`git clone git://git.openstack.org/openstack-infra/zmq-event-publisher`
Bugs are handled at: https://bugs.launchpad.net/openstack-ci
Code reviews are handled by gerrit. The gerrit in
use is http://review.openstack.org
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