You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by se...@apache.org on 2015/04/06 21:43:48 UTC

svn commit: r1671672 - /cloudstack/site/trunk/content/developers.mdtext

Author: sebgoa
Date: Mon Apr  6 19:43:48 2015
New Revision: 1671672

URL: http://svn.apache.org/r1671672
Log:
Small tweaks to dev guidelines

Modified:
    cloudstack/site/trunk/content/developers.mdtext

Modified: cloudstack/site/trunk/content/developers.mdtext
URL: http://svn.apache.org/viewvc/cloudstack/site/trunk/content/developers.mdtext?rev=1671672&r1=1671671&r2=1671672&view=diff
==============================================================================
--- cloudstack/site/trunk/content/developers.mdtext (original)
+++ cloudstack/site/trunk/content/developers.mdtext Mon Apr  6 19:43:48 2015
@@ -36,7 +36,7 @@ Title: Developer Resources for Apache Cl
 
 <h3>Submitting a patch through JIRA</h3>
 
-<p>For the purpose of this post, we'll assume that you already have a system with <a href="http://git-scm.com/">Git</a> and have found a bug to fix or have a feature that you'd like to submit, and you're willing to contribute that code or documentation under the <a href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache License 2.0</a>.</p>
+<p>While we encourage you to submit your contribution through GitHub pull requests, you can also attach a patch in a JIRA ticket. For the purpose of these instructions, we'll assume that you already have a system with <a href="http://git-scm.com/">Git</a> and have found a bug to fix or have a feature that you'd like to submit, and you're willing to contribute that code or documentation under the <a href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache License 2.0</a>.</p>
 
 <p>Further, if you're fixing a bug we'll assume that you've either filed a bug report (where you will attach your patch) or are submitting a fix for a known bug. If you find a bug and would like to fix it, that's awesome! Please be sure to file the bug too, though.</p>