| Zuul |
| ==== |
| |
| Zuul is a project gating system developed for the OpenStack Project. |
| |
| Contributing |
| ------------ |
| |
| We are currently engaged in a significant development effort in |
| preparation for the third major version of Zuul. We call this effort |
| `Zuul v3`_ and it is described in this file in the `feature/zuulv3` |
| branch of this repo. |
| |
| To browse the latest code, see: https://git.openstack.org/cgit/openstack-infra/zuul/tree/ |
| To clone the latest code, use `git clone git://git.openstack.org/openstack-infra/zuul` |
| |
| Bugs are handled at: https://storyboard.openstack.org/#!/project/679 |
| |
| Code reviews are, as you might expect, handled by gerrit at |
| https://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 |