abyss7 / chromium-wm

Automatically exported from code.google.com/p/chromium-wm
1 stars 0 forks source link

No OWNERS in the root directory #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
new repo has an OWNERS file in the root dir.

Original comment by reveman@chromium.org on 4 Mar 2013 at 1:28