blob: 90e00a56f357af44df9b6199be060e2deb5895fa [file] [log] [blame]
Paul Belanger82595102013-04-08 11:30:51 -04001Zuul
2====
James E. Blaird65e22d2012-06-01 13:50:21 -07003
James E. Blair4c917652016-10-12 14:15:20 -07004Zuul is a project gating system developed for the OpenStack Project.
James E. Blaird65e22d2012-06-01 13:50:21 -07005
Paul Belanger82595102013-04-08 11:30:51 -04006Contributing
7------------
James E. Blaird65e22d2012-06-01 13:50:21 -07008
James E. Blair1a426402016-10-12 15:17:07 -07009We are currently engaged in a significant development effort in
10preparation for the third major version of Zuul. We call this effort
11`Zuul v3`_ and it is described in this file in the `feature/zuulv3`
12branch of this repo.
13
Anita Kuno84ed8cd2013-12-17 10:14:45 -050014To browse the latest code, see: https://git.openstack.org/cgit/openstack-infra/zuul/tree/
15To clone the latest code, use `git clone git://git.openstack.org/openstack-infra/zuul`
James E. Blaird65e22d2012-06-01 13:50:21 -070016
Michael Krotscheck8c81dc32014-11-11 15:59:06 -080017Bugs are handled at: https://storyboard.openstack.org/#!/project/679
James E. Blaird65e22d2012-06-01 13:50:21 -070018
James E. Blair4c917652016-10-12 14:15:20 -070019Code reviews are, as you might expect, handled by gerrit at
20https://review.openstack.org
James E. Blaird65e22d2012-06-01 13:50:21 -070021
James E. Blair4c917652016-10-12 14:15:20 -070022Use `git review` to submit patches (after creating a Gerrit account
23that links to your launchpad account). Example::
James E. Blaird65e22d2012-06-01 13:50:21 -070024
25 # Do your commits
Paul Belanger82595102013-04-08 11:30:51 -040026 $ git review
Ori Livneh7191ee82013-05-02 19:13:53 -070027 # Enter your username if prompted