blob: 2c98b688d2e8f0bf5de207a2938daa01d66a71be (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
Zuul
====
Zuul is a project gating system developed for the OpenStack Project.
Contributing
------------
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
|