From 72ccfa5ca64ec2caaf65d5e2e14ec0f01e1e22b1 Mon Sep 17 00:00:00 2001 From: Julien Vehent Date: Fri, 9 Oct 2015 05:19:03 -0400 Subject: [PATCH] [doc] small update to contributor guidelines --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 45a479df..1f2646a0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -17,9 +17,9 @@ full of interesting information. represents the importance of your commit the best. - `[(level)/bug]` for commits that fix a bug -* If your commit is linked to a bug number of an issue, please add a reference +* If your commit is linked to a github issue, please add a reference to it in the commit message. - ex: `[minor] fix bad counter on agent stats, bug 987123` + ex: `[minor] fix bad counter on agent stats, fixes #125123` * Pull requests must represent the final state of your commit. If you spent two weeks working on code, please only submit the commits that represent the