blob: b28c5b9372ff9547518af4a98ba6a1b7cf3642cd [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
Jeremy Stanley00a7f092012-12-16 18:50:24 +00007To get the latest code, see: https://github.com/openstack-infra/zuul
James E. Blaird65e22d2012-06-01 13:50:21 -07008
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