You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by he...@apache.org on 2012/07/02 17:13:08 UTC

svn commit: r1356290 - /incubator/airavata/site/trunk/content/airavata/development/submit-patch.mdtext

Author: heshan
Date: Mon Jul  2 15:13:07 2012
New Revision: 1356290

URL: http://svn.apache.org/viewvc?rev=1356290&view=rev
Log:
Adding instructions to submit patches.

Added:
    incubator/airavata/site/trunk/content/airavata/development/submit-patch.mdtext

Added: incubator/airavata/site/trunk/content/airavata/development/submit-patch.mdtext
URL: http://svn.apache.org/viewvc/incubator/airavata/site/trunk/content/airavata/development/submit-patch.mdtext?rev=1356290&view=auto
==============================================================================
--- incubator/airavata/site/trunk/content/airavata/development/submit-patch.mdtext (added)
+++ incubator/airavata/site/trunk/content/airavata/development/submit-patch.mdtext Mon Jul  2 15:13:07 2012
@@ -0,0 +1,14 @@
+Title:     Submit Patches
+
+* Identify an issue that you want to fix or improve
+* Search JIRA and the mailing list to see if it’s already been discussed
+* If it’s a bug or a feature request, open a JIRA issue
+* Create a quickstart that you can use for prototyping the feature or demonstrating the bug. If creating a quickstart is time consuming, write steps to reproduce the issue.
+* Attach this quickstart to the JIRA issue if it’s representing a bug report.
+* Setup a svn client in your system.
+* Checkout out the code
+* Make your changes
+* Create the patch:
+    svn add any_files_you_added
+    svn diff > /tmp/fix-AIRAVATA-NNNN.patch
+* Attach that file (/tmp/fix-AIRAVATA-NNNN.patch) to the JIRA
\ No newline at end of file