From 286c810e2ab16e88d466127af40c8c177b5b1490 Mon Sep 17 00:00:00 2001 From: Thomas Jackson Date: Thu, 11 Dec 2014 07:41:32 -0800 Subject: [PATCH] Whitespace cleanup --- Contributing.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Contributing.rst b/Contributing.rst index f3909fee44..358d9aa809 100644 --- a/Contributing.rst +++ b/Contributing.rst @@ -55,13 +55,13 @@ reason to ask first. Fixing issues ============= -If you wish to help us fixing the issue you're reporting, `Salt's documentation`_ already includes +If you wish to help us fixing the issue you're reporting, `Salt's documentation`_ already includes information to help you setup a development environment, under `Developing Salt`_. -Fix the issue you have in hands, if possible also add a test case to Salt's testing suite, create a +Fix the issue you have in hands, if possible also add a test case to Salt's testing suite, create a `pull request`_, and **that's it**! -Salt's development team will review your fix and if everything is OK, your fix will be merged into +Salt's development team will review your fix and if everything is OK, your fix will be merged into salt's code.