docs: Add testing and bug-reporting links to dev basics.

BUG=none
TEST=none
TBR=teravest@chromium.org

Change-Id: I43a91d6a4b4e49a4227b327a6b55fa1e6f8e50c6
1 file changed
tree: 53ca0eeb5e3fe4efde7c370a6e35c77335e798bf
  1. dbus_best_practices.md
  2. development_basics.md
  3. README.md
README.md

Chromium OS docs

This directory contains public Chromium OS project documentation in Gitiles-flavored Markdown. It is automatically rendered by Gitiles.

General guidelines

See the Chromium documentation guidelines and Chromium documentation best practices.

Style guide

Markdown documents must follow the style guide.

Previewing changes

You can preview your local changes using md_browser:

# at top of Chromium OS checkout
./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.