From 6f192552ec028fd3822dd4ced97ead52f324db37 Mon Sep 17 00:00:00 2001 From: Vitor Oliveira Date: Wed, 20 Jun 2018 11:02:50 -0300 Subject: [PATCH] Update contributing.md --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 141b52663..a1be97796 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -3,7 +3,7 @@ ## Suggest changes 1. Create a feature branch with your changes. -2. Write some test cases. +2. Please add a test for your change. Only refactoring and documentation changes require no new tests. If you are adding functionality or fixing a bug, we need a test! 3. Make all the tests pass. 4. Issue a Pull Request.