commit | f9ebbf03116197547d58c07b9f296914a7608f6b | [log] [tgz] |
---|---|---|
author | Andrew Lamb <andrewlamb@chromium.org> | Thu Apr 18 15:35:53 2019 |
committer | chrome-bot <chrome-bot@chromium.org> | Thu Apr 18 18:14:16 2019 |
tree | b675087f86053db32fa3076c37479fae9a7545dc | |
parent | 081808a1773e89e735f07ae64f7fb76407c8ce36 [diff] |
Just a test CL to test OWNERS. BUG=None TEST=None Change-Id: I2936759921c824f7ad2a112860c4cd1677fa5b95 Reviewed-on: https://chromium-review.googlesource.com/1573802 Commit-Ready: Andrew Lamb <andrewlamb@chromium.org> Tested-by: Andrew Lamb <andrewlamb@chromium.org> Reviewed-by: Andrew Lamb <andrewlamb@chromium.org>
This directory contains public Chromium OS project documentation that is automatically rendered by Gitiles. The docs are written in Gitiles-flavored Markdown.
See the Chromium documentation guidelines and Chromium documentation best practices.
Markdown documents must follow the style guide.
This repository is managed by the repo tool, so you can make changes to it using the same techniques that you'd use for any other repositories in the project.
See the Contributing guide for more details.
You can also make changes to this repository without using the repo tool. This comes in handy when you don't have a Chromium OS checkout:
git clone https://chromium.googlesource.com/chromiumos/docs curl -Lo .git/hooks/commit-msg https://gerrit-review.googlesource.com/tools/hooks/commit-msg chmod +x .git/hooks/commit-msg cd docs git checkout -b changes (make some changes) git commit -a git push origin HEAD:refs/for/master
The above steps will upload a patch to chromium-review.googlesource.com where you can get your patch reviewed, and submit.
You can preview your local changes using scripts/preview_docs
which utilizes Gerrit sandbox branches:
scripts/preview_docs README.md
You can also use md_browser, which is entirely local and does not require refs/sandbox/ push permission, but has somewhat inaccurate rendering:
# at top of Chromium OS checkout ./src/chromium/src/tools/md_browser/md_browser.py -d docs
Then browse to e.g. http://localhost:8080/README.md.
To review someone else's changes, apply them locally first, or just click the gitiles
link near the top of a Gerrit file diff page.