From ca508535421acb7d0ef123930effe8fb847be040 Mon Sep 17 00:00:00 2001 From: Jason Axelson Date: Wed, 4 Jan 2012 20:11:16 -1000 Subject: [PATCH] Clarify instructions for contributing Also makes gerrit link clickable Change-Id: I3eed4696776999bff6c96552ff530fcc06c2b135 --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index be4e640..ad7fdbd 100644 --- a/README.md +++ b/README.md @@ -78,5 +78,10 @@ Bugs are handled at: https://launchpad.net/git-review 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. -submit them. +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