From ad8d97300c9ea6f976de736d61dccc0be823693b Mon Sep 17 00:00:00 2001 From: Richard Littauer Date: Mon, 2 Nov 2015 05:09:41 -0500 Subject: [PATCH] Small edits --- contribution-guidelines.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contribution-guidelines.md b/contribution-guidelines.md index d74364bc..c915dcdc 100644 --- a/contribution-guidelines.md +++ b/contribution-guidelines.md @@ -36,9 +36,9 @@ Write clean code. Universally formatted code promotes ease of writing, reading, ### Tests -Submit tests with your changes. Take a look at existing tests for inspiration. Run the full test suite on your branch before submitting a pull request. +If the repository you are working on has a testing suite, submit tests with your changes. Take a look at existing tests for inspiration. Run the full test suite on your branch before submitting a pull request. -For commandline tool changes, please write appropriate sharness tests. +For command line tool changes, please write appropriate sharness tests. ### Documentation