Paul Belanger | 8259510 | 2013-04-08 11:30:51 -0400 | [diff] [blame] | 1 | Zuul |
| 2 | ==== |
James E. Blair | d65e22d | 2012-06-01 13:50:21 -0700 | [diff] [blame] | 3 | |
James E. Blair | 4c91765 | 2016-10-12 14:15:20 -0700 | [diff] [blame] | 4 | Zuul is a project gating system developed for the OpenStack Project. |
James E. Blair | d65e22d | 2012-06-01 13:50:21 -0700 | [diff] [blame] | 5 | |
Paul Belanger | 8259510 | 2013-04-08 11:30:51 -0400 | [diff] [blame] | 6 | Contributing |
| 7 | ------------ |
James E. Blair | d65e22d | 2012-06-01 13:50:21 -0700 | [diff] [blame] | 8 | |
James E. Blair | 1a42640 | 2016-10-12 15:17:07 -0700 | [diff] [blame^] | 9 | We are currently engaged in a significant development effort in |
| 10 | preparation 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` |
| 12 | branch of this repo. |
| 13 | |
Anita Kuno | 84ed8cd | 2013-12-17 10:14:45 -0500 | [diff] [blame] | 14 | To browse the latest code, see: https://git.openstack.org/cgit/openstack-infra/zuul/tree/ |
| 15 | To clone the latest code, use `git clone git://git.openstack.org/openstack-infra/zuul` |
James E. Blair | d65e22d | 2012-06-01 13:50:21 -0700 | [diff] [blame] | 16 | |
Michael Krotscheck | 8c81dc3 | 2014-11-11 15:59:06 -0800 | [diff] [blame] | 17 | Bugs are handled at: https://storyboard.openstack.org/#!/project/679 |
James E. Blair | d65e22d | 2012-06-01 13:50:21 -0700 | [diff] [blame] | 18 | |
James E. Blair | 4c91765 | 2016-10-12 14:15:20 -0700 | [diff] [blame] | 19 | Code reviews are, as you might expect, handled by gerrit at |
| 20 | https://review.openstack.org |
James E. Blair | d65e22d | 2012-06-01 13:50:21 -0700 | [diff] [blame] | 21 | |
James E. Blair | 4c91765 | 2016-10-12 14:15:20 -0700 | [diff] [blame] | 22 | Use `git review` to submit patches (after creating a Gerrit account |
| 23 | that links to your launchpad account). Example:: |
James E. Blair | d65e22d | 2012-06-01 13:50:21 -0700 | [diff] [blame] | 24 | |
| 25 | # Do your commits |
Paul Belanger | 8259510 | 2013-04-08 11:30:51 -0400 | [diff] [blame] | 26 | $ git review |
Ori Livneh | 7191ee8 | 2013-05-02 19:13:53 -0700 | [diff] [blame] | 27 | # Enter your username if prompted |