From bec8008e62fe0422598ac8538f2cb55c81fd26a3 Mon Sep 17 00:00:00 2001 From: arsenmk Date: Wed, 19 Jun 2019 10:05:27 -0700 Subject: [PATCH] Updating the contribution guideline to request tests for all the code changes --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f8647c6..2af8e8f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -31,7 +31,7 @@ To send us a pull request, please: 1. Fork the repository. 2. Modify the source; please focus on the specific change you are contributing. If you also reformat all the code, it will be hard for us to focus on your change. -3. Ensure local tests pass. +3. Ensure local tests pass; please add unit tests for all the new code paths introduced by your change. 4. Commit to your fork using clear commit messages. 5. Send us a pull request, answering any default questions in the pull request interface. 6. Pay attention to any automated CI failures reported in the pull request, and stay involved in the conversation.