You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by ca...@apache.org on 2011/10/08 19:48:17 UTC

svn commit: r1180429 - /incubator/jena/site/trunk/content/jena/help_and_support/bugs_and_suggestions.mdtext

Author: castagna
Date: Sat Oct  8 17:48:17 2011
New Revision: 1180429

URL: http://svn.apache.org/viewvc?rev=1180429&view=rev
Log: (empty)

Modified:
    incubator/jena/site/trunk/content/jena/help_and_support/bugs_and_suggestions.mdtext

Modified: incubator/jena/site/trunk/content/jena/help_and_support/bugs_and_suggestions.mdtext
URL: http://svn.apache.org/viewvc/incubator/jena/site/trunk/content/jena/help_and_support/bugs_and_suggestions.mdtext?rev=1180429&r1=1180428&r2=1180429&view=diff
==============================================================================
--- incubator/jena/site/trunk/content/jena/help_and_support/bugs_and_suggestions.mdtext (original)
+++ incubator/jena/site/trunk/content/jena/help_and_support/bugs_and_suggestions.mdtext Sat Oct  8 17:48:17 2011
@@ -6,6 +6,13 @@ but are less likely to be accidentally f
 
 Patches and other code contributions should also be logged into JIRA. 
 Please note that ASF requires that all contributions must be covered by an appropriate license.
-To create a patch you can simply use the command: `svn diff > JENA-XYZ.patch`. 
+To create a patch you can simply use the command: 
+
+    `svn diff > JENA-XYZ.patch` 
+
 Please, inspect your patch and make sure it includes all the relevant changes of a single issue and only those. Don't forget unit tests!
-If you want to test your or another ones patch you can use: patch -p0 < JENA-XYZ.patch. Or, if you use Eclipse: right click on the project name in Package Explorer, select Team > Apply Patch. 
\ No newline at end of file
+If you want to test your or another ones patch you can use: 
+
+    `patch -p0 < JENA-XYZ.patch` 
+
+Or, if you use Eclipse: right click on the project name in Package Explorer, select Team > Apply Patch. 
\ No newline at end of file