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

svn commit: r824086 - in /websites/staging/airavata/trunk/content: ./ airavata/development/submit-patch.html

Author: buildbot
Date: Mon Jul  2 15:21:11 2012
New Revision: 824086

Log:
Staging update by buildbot for airavata

Modified:
    websites/staging/airavata/trunk/content/   (props changed)
    websites/staging/airavata/trunk/content/airavata/development/submit-patch.html

Propchange: websites/staging/airavata/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Jul  2 15:21:11 2012
@@ -1 +1 @@
-1356290
+1356295

Modified: websites/staging/airavata/trunk/content/airavata/development/submit-patch.html
==============================================================================
--- websites/staging/airavata/trunk/content/airavata/development/submit-patch.html (original)
+++ websites/staging/airavata/trunk/content/airavata/development/submit-patch.html Mon Jul  2 15:21:11 2012
@@ -108,16 +108,18 @@
     <h1 class="title">Submit Patches</h1>
     <ul>
 <li>Identify an issue that you want to fix or improve</li>
-<li>Search JIRA and the mailing list to see if it’s already been discussed</li>
+<li>Search [JIRA] (https://issues.apache.org/jira/browse/airavata) and the mailing list to see if it’s already been discussed</li>
 <li>If it’s a bug or a feature request, open a JIRA issue</li>
-<li>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.</li>
-<li>Attach this quickstart to the JIRA issue if it’s representing a bug report.</li>
+<li>Create a sample that you can use for prototyping the feature or demonstrating the bug. If creating a sample is time consuming, write steps to reproduce the issue.</li>
+<li>Attach this sample to the JIRA issue if it’s representing a bug report.</li>
 <li>Setup a svn client in your system.</li>
-<li>Checkout out the code</li>
+<li>[Checkout] (source.html) the source code.</li>
 <li>Make your changes</li>
-<li>Create the patch:
-    svn add any_files_you_added
-    svn diff &gt; /tmp/fix-AIRAVATA-NNNN.patch</li>
+<li>Create the patch:<ul>
+<li>svn add any_files_you_added</li>
+<li>svn diff &gt; /tmp/fix-AIRAVATA-NNNN.patch</li>
+</ul>
+</li>
 <li>Attach that file (/tmp/fix-AIRAVATA-NNNN.patch) to the JIRA</li>
 </ul>
   </div>