From 76a2d1cc88393588e082f73ce468eff24e507a41 Mon Sep 17 00:00:00 2001 From: Michael Crosby Date: Mon, 25 Sep 2017 11:33:24 -0400 Subject: [PATCH] State adding tests when submitting changes This is a priority that tests are added for regressions and new functionality. Signed-off-by: Michael Crosby --- CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8304864c9..a6f2458e5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -33,6 +33,9 @@ Larger changes typically work best with design documents, similar to those found in `design/`. These are focused on providing context to the design at the time the feature was conceived and can inform future documentation contributions. +Make sure that new tests are added for bugs in order to catch regressions and tests +with new features to exercise the new functionality that is added. + ## Commit Messages There are times for one line commit messages and this is not one of them.