From c0f02fd5e11fedc3bcf4bbffa78747ef4b811955 Mon Sep 17 00:00:00 2001 From: Andrew Winterman Date: Tue, 1 Jan 2019 22:03:29 -0800 Subject: [PATCH] add a note about running make before you submit --- .github/CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 580a120..5a24cf8 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -49,6 +49,8 @@ changes to your submission during the review process. #### Before submitting - Test your change thoroughly +- you can run `make bootstrap && make` to ensure that the continuous integration + build will succeed # Code of Conduct