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:24:35 UTC

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

Author: buildbot
Date: Mon Jul  2 15:24:34 2012
New Revision: 824090

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:24:34 2012
@@ -1 +1 @@
-1356295
+1356297

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:24:34 2012
@@ -108,12 +108,12 @@
     <h1 class="title">Submit Patches</h1>
     <ul>
 <li>Identify an issue that you want to fix or improve</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>Search <a href="https://issues.apache.org/jira/browse/airavata">JIRA</a> 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 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] (source.html) the source code.</li>
+<li><a href="source.html">Checkout</a> the source code.</li>
 <li>Make your changes</li>
 <li>Create the patch:<ul>
 <li>svn add any_files_you_added</li>