HACKING: instruction about third party vendoring version

Change-Id: I8d4251303b789a4426dfb90ed0de2495c8d28baa
This commit is contained in:
mpl 2015-01-23 16:16:47 +01:00
parent aada432c52
commit be6f44434a
1 changed files with 3 additions and 0 deletions

View File

@ -85,6 +85,9 @@ First time committers are not always aware about good commit message etiquette.
These few notes should help them.
"
If your commit is adding or updating a vendored third party, you must indicate
in your commit message the version (e.g. git commit hash) of said third party.
You can optionally use our pre-commit hook so that your code gets gofmt'ed
before being submitted (which should be done anyway).