James E. Blair | d65e22d | 2012-06-01 13:50:21 -0700 | [diff] [blame] | 1 | # Zuul |
| 2 | |
| 3 | Zuul is a trunk gating system developed for the OpenStack Project. |
| 4 | |
| 5 | ## Contributing |
| 6 | |
| 7 | To get the latest code, see: https://github.com/openstack-ci/zuul |
| 8 | |
| 9 | Bugs are handled at: https://launchpad.net/zuul |
| 10 | |
| 11 | Code reviews are, as you might expect, handled by gerrit. The gerrit they |
| 12 | use is http://review.openstack.org |
| 13 | |
| 14 | Use `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 |