Another typo fix (cse => case) and clarification of why submitting a
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Thu, 19 Jun 2008 13:42:52 +0000 (13:42 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Thu, 19 Jun 2008 13:42:52 +0000 (13:42 +0000)
test case is good.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3093 fdb21ef1-2011-0410-befe-b5e4ea1792b1

www/patch-submission.html

index b097251df4989cfb013ba3b38ccfc5589c4a3c04..eb0bd478ecba6448379af5e571cdc96450f08e30 100644 (file)
@@ -171,10 +171,13 @@ Be as specific as possible,
 even if you think it should be obvious
 how to test the patch.
 It might be clear to you while you're writing the code,
-but it might still take someone else 15 or more minutes
-of making sure they understand your intent.
-The point is you're trying to use your knowledge
-to save time during the integration process,
+but it will still take someone else time
+to make sure they understand your intent
+and work out the details of how to set up an appropriate case.
+The point is you're trying to use your existing knowledge
+of the bug being fixed or new feature being added
+to make the process of integrating your patch as
+simple and quick as possible,
 thereby increasing the chance of your patch making it
 into the SCons code base.
 </p>
@@ -186,7 +189,7 @@ information with your patch,
 well, you're still welcome to submit the code.
 Just be aware that the patch will likely stay
 in the queue until someone has time to reverse-engineer
-a test cse.
+a test case.
 </p>
 </li>