CONTRIBUTING.md: add guidelines for sending a CL

Change-Id: Ic5d32b855beaea237c23a1f0838227a5f415bded
Reviewed-on: https://team-review.git.corp.google.com/c/golang/discovery/+/768315
Reviewed-by: Jonathan Amsterdam <jba@google.com>
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 3d1061c..569d03b 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -42,6 +42,14 @@
 
 See [doc/frontend.md](doc/frontend.md) for details.
 
+## Before sending a CL for review
+
+1. Run `./all.bash` and fix all resulting errors. See
+  [doc/precommit.md](doc/precommit.md) for instructions on setting up a
+  pre-commit hook.
+2. Ensure your commit message is formatted according to
+  [Go conventions](http://golang.org/wiki/CommitMessage).
+
 ## Questions
 
 You can find us in the #tools channel on the Gophers Slack.