diff --git a/website/content/code b/website/content/code
index cf9488be0..5105e6662 100644
--- a/website/content/code
+++ b/website/content/code
@@ -36,8 +36,10 @@
Usual Work Flow
- Create a topic branch, make some changes and commit away.
- - Before review, squash your changes into a single change.
- - Send for review. See HACKING for how to install devcam, and then use:
devcam review
+ - Read HACKING. Install devcam.
+ - Test. (
devcam test
).
+ - Squash your changes into a single change, and compose a proper commit message.
+ - Send for review with:
devcam review
- Modify as necessary until change is merged. Amend your commit or squash to a single commit before sending for review again (be sure to keep the same the Change-Id line)