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>
This commit is contained in:
Julie Qiu 2020-06-11 13:08:32 -04:00 коммит произвёл Julie Qiu
Родитель b65ace8787
Коммит 31fdd26c6b
1 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

@ -42,6 +42,14 @@ There are two ways to run pkg.go.dev locally.
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.