From 81bd6f9ecee50584c4f1e5970d522f0e15e40a86 Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Mon, 8 Feb 2016 13:55:38 +1100 Subject: [PATCH] Updated CodeReview (markdown) --- CodeReview.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CodeReview.md b/CodeReview.md index d82ecf21..a8290c35 100644 --- a/CodeReview.md +++ b/CodeReview.md @@ -8,6 +8,7 @@ There are several terms code reviews may use that you should become familiar wit * ` SGTM ` — sounds good to me * ` s/foo/bar/ ` — please replace ` foo ` with ` bar `; this is [sed syntax](http://en.wikipedia.org/wiki/Sed#Usage). * ` s/foo/bar/g ` — please replace ` foo ` with ` bar ` throughout your entire change + * `R=foo` — these messages are directives for the [Go release dashboard](https://swtch.com/godash/). # Email