blob: 2916781c9692de01198ce7dc8f06d62f99696f2b [file] [log] [blame]
James E. Blaird65e22d2012-06-01 13:50:21 -07001# Zuul
2
3Zuul is a trunk gating system developed for the OpenStack Project.
4
5## Contributing
6
7To get the latest code, see: https://github.com/openstack-ci/zuul
8
9Bugs are handled at: https://launchpad.net/zuul
10
11Code reviews are, as you might expect, handled by gerrit. The gerrit they
12use is http://review.openstack.org
13
14Use `git review` to submit patches (after creating a gerrit account that links to your launchpad account). Example:
15
16 # Do your commits
17 git review
18 # Enter your username if promped