From be6f44434ae297f1fc8a9bb869c44ae96cf9ad76 Mon Sep 17 00:00:00 2001 From: mpl Date: Fri, 23 Jan 2015 16:16:47 +0100 Subject: [PATCH] HACKING: instruction about third party vendoring version Change-Id: I8d4251303b789a4426dfb90ed0de2495c8d28baa --- HACKING | 3 +++ 1 file changed, 3 insertions(+) diff --git a/HACKING b/HACKING index fff0dac29..da03f9ace 100644 --- a/HACKING +++ b/HACKING @@ -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).