From 8750b863a890c071aaa29cdb2683346ea585fb00 Mon Sep 17 00:00:00 2001 From: jomo Date: Sat, 14 Feb 2015 21:23:56 +0100 Subject: [PATCH] contributing: add tests for fixed issues --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 21f0014..81bb0b0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -17,6 +17,7 @@ 0. If you add new functions, **add documentation** (comment above) * Wrap function arguments in `+` signs (e.g. `the +type+ is used for…`) 0. If you add new functions, **add tests** (test/test.js) +0. If you fixed an issue, **add a test** that would catch this issue 0. Run **tests** (`npm test`) 0. Make sure as much of your code as possible is **covered by tests** 0. Double check that your pull request is **awesome** :) \ No newline at end of file