Should be something there so people can more easily find who to send reviews at.
Maybe also a readme saying something like...
"
To submit a change for review:
#1. Clone the source tree:
git clone https://code.google.com/p/chromium-wm/
#2. Check out a branch to work on:
git checkout -b mybranch master
#3. Commit your changes on the branch:
git commit --all -m "My Changes"
#4. Upload your changes for review:
./upload.py master
#5. Find a review for your CL from the OWNERS files in the source tree.
#6. Hit the "Publish+Mail comments" link in your uploaded code review and add
reviewers you found in step 5.
"
Original issue reported on code.google.com by danakj@chromium.org on 26 Feb 2013 at 7:56
Original issue reported on code.google.com by
danakj@chromium.org
on 26 Feb 2013 at 7:56