From 672dce15fb3a923b4e8195707c22c534f012cced Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Mon, 26 Oct 2015 21:57:28 +1100 Subject: [PATCH] Changed CONTRIBUTING documentation [ci skip] --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 40dd9119e..6d5868e15 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -17,7 +17,7 @@ Please send a pull request to the master branch. Please include [documentation]( - Separate code commits from reformatting commits. - Provide tests for any newly added code. - Follow PEP8. -- When committing only trivial changes please include [ci skip] in the commit message to avoid running tests on Travis-CI. +- When committing only documentation changes please include [ci skip] in the commit message to avoid running tests on Travis-CI. ## Reporting Issues