From 951939d1b35ebfd1ac1f1a96ca02cbff0c056b63 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Mon, 13 Jul 2015 18:56:11 -0400 Subject: contributor guide: add a morsel salvaged from GitHub wiki --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 54334aea48..e6e0e0b923 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -47,6 +47,7 @@ A new language feature requires a SIP (Scala Improvement Process) proposal. For #### Summary 1. We require regression tests for bug fixes. New features and enhancements must be supported by a respectable test suite. + - Consider including comments in the test files that indicates what you're testing and why. Expected outcome, what happened before the fix, what happens now, that sort of thing. 2. Documentation. Yep! Also required :-) 3. Please follow these standard code standards, though in moderation (scouts quickly learn to let sleeping dogs lie): - Not violate [DRY](http://programmer.97things.oreilly.com/wiki/index.php/Don%27t_Repeat_Yourself). -- cgit v1.2.3