Update README

Change-Id: I766e36ccfb96a9dabceec15889fa3151eec1ab93
This commit is contained in:
James E. Blair 2012-06-01 13:50:21 -07:00
parent fa53368ce9
commit d65e22d498

19
README
View File

@ -1 +1,18 @@
This is a trunk gating system developed for the OpenStack Project.
# Zuul
Zuul is a trunk gating system developed for the OpenStack Project.
## Contributing
To get the latest code, see: https://github.com/openstack-ci/zuul
Bugs are handled at: https://launchpad.net/zuul
Code reviews are, as you might expect, handled by gerrit. The gerrit they
use is http://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 promped