From b051d07b819be7ff01ac54106ca7f0f0289d1bd0 Mon Sep 17 00:00:00 2001 From: James Ide Date: Wed, 10 Feb 2016 12:46:26 -0800 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3171208c8..b5d0c744d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -17,7 +17,7 @@ The core team will be monitoring for pull requests. When we get one, we'll run s *Before* submitting a pull request, please make sure the following is doneā€¦ 1. Fork the repo and create your branch from `master`. -2. If you've added code that should be tested, add tests! +2. **Describe your test plan in your commit.** If you've added code that should be tested, add tests! 3. If you've changed APIs, update the documentation. 4. Add the copyright notice to the top of any new files you've added. 5. Ensure tests pass on Travis and Circle CI.