You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by bu...@apache.org on 2013/04/15 10:53:18 UTC

svn commit: r858515 - in /websites/staging/flex/trunk: cgi-bin/ content/ content/community-getinvolved.html

Author: buildbot
Date: Mon Apr 15 08:53:18 2013
New Revision: 858515

Log:
Staging update by buildbot for flex

Modified:
    websites/staging/flex/trunk/cgi-bin/   (props changed)
    websites/staging/flex/trunk/content/   (props changed)
    websites/staging/flex/trunk/content/community-getinvolved.html

Propchange: websites/staging/flex/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Apr 15 08:53:18 2013
@@ -1 +1 @@
-1467898
+1467903

Propchange: websites/staging/flex/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Apr 15 08:53:18 2013
@@ -1 +1 @@
-1467898
+1467903

Modified: websites/staging/flex/trunk/content/community-getinvolved.html
==============================================================================
--- websites/staging/flex/trunk/content/community-getinvolved.html (original)
+++ websites/staging/flex/trunk/content/community-getinvolved.html Mon Apr 15 08:53:18 2013
@@ -216,7 +216,7 @@ squash bugs, do the following :</p>
 <li>Setup your build environment.  Check out the README included in the source code on how to do this.  You will want to make sure that you can perform a compile before you go much further.</li>
 <li>Fix the bug.  If you need help, ask the dev@flex.apache.org mailing list.  I'm sure we have pointers to help you out.</li>
 <li>(optional) Run the functional test suite called <a href="https://cwiki.apache.org/FLEX/mustella-overview.html">Mustella</a> on your code.  The <a href="https://cwiki.apache.org/FLEX/mustella-overview.html">Mustella tests</a> are available from the ANT script, but make sure you set it up first.</li>
-<li>Create a .patch file.  If you are using an IDE, check your application menus for this option SourceTree has it under the Actions menu.  If you are using git from the command line, use <code>git show &gt; myPatch.patch</code>.</li>
+<li>Create a .patch file.  If you are using an IDE, check your application menus for this option. <a href="http://www.sourcetreeapp.com/">SourceTree</a> has it under the Actions menu.  If you are using git from the command line, use <code>git show &gt; myPatch.patch</code>.</li>
 <li>Attach the .patch file to the JIRA ticket you noted earlier.  A committer will review the patch and make sure it dosen't break anything else.</li>
 <li>Sit back and bask in the glory that you helped make Flex better!</li>
 </ol>