From dbd8f829ccf3b8126dae4057312f38bf993017f9 Mon Sep 17 00:00:00 2001 From: Seo Sanghyeon Date: Tue, 13 May 2014 04:05:01 -0700 Subject: [PATCH] Updated Note development policy (markdown) --- Note-development-policy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Note-development-policy.md b/Note-development-policy.md index 0fefe9e..35702c1 100644 --- a/Note-development-policy.md +++ b/Note-development-policy.md @@ -56,7 +56,7 @@ And if someone takes issue you with something you said or did, resist the urge t *Adapted from the [Node.js Policy on Trolling](http://blog.izs.me/post/30036893703/policy-on-trolling)* -## Contributed code requirements: +## Contributed code requirements Pass the existing tests. If you have a good reason for breaking a test, XFAIL it. We aim for clean builds at all times.