You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@corinthia.apache.org by ja...@apache.org on 2015/01/16 21:05:57 UTC

svn commit: r1652514 - /incubator/corinthia/www/contribute_howto.html

Author: jani
Date: Fri Jan 16 20:05:57 2015
New Revision: 1652514

URL: http://svn.apache.org/r1652514
Log:
a small update

Modified:
    incubator/corinthia/www/contribute_howto.html

Modified: incubator/corinthia/www/contribute_howto.html
URL: http://svn.apache.org/viewvc/incubator/corinthia/www/contribute_howto.html?rev=1652514&r1=1652513&r2=1652514&view=diff
==============================================================================
--- incubator/corinthia/www/contribute_howto.html (original)
+++ incubator/corinthia/www/contribute_howto.html Fri Jan 16 20:05:57 2015
@@ -20,17 +20,16 @@
       <h4>Contributor license agreement</h4>
           <p>Apache Corinthia is licensed under the Apache License, Version 2.0. All contributions will be under this license,
 	     Please read and understand this license before contributing.<br>
-          <p>For all but the most trivial patches, you are required to file a Contributor License Agreement with the Apache Software Foundation.<br>
+             For all but the most trivial patches, you are required to file a Contributor License Agreement with the Apache Software Foundation.<br>
 	     Please read the guide to CLAs to find out how to file a CLA with the Foundation.</p>	  
       <h3>Before you start - join the community</h3>
           <p>If it is your first contribution or it is a particularly big or complex contribution,things typically go much more smoothly
-	     when they start off with a conversation.<br>
-	     Join our development mailing list.
+	     when they start off with a conversation. Join our development mailing list.</p>
       <h3>Create an issue in Jira</h3>      
           <p>Your first step is to create or find an issue in Corinthi Jira for your feature request or fix.
 	     For small changes this is not necessary, but it is good to see if your change fixes an existing issue anyway.</p>      
       <h3>Contributing using GitHub</h3>
-          <p>This is our preferred way for contributing code for non-committers. Our GitHub repository is located at https://github.com/apache/incubator-corinthia.      
+          <p>This is our preferred way for contributing code for non-committers. Our GitHub repo is located at https://github.com/apache/incubator-corinthia.      
 	     Your commit messages must properly describes the changes that have been made and their purpose (here are some guidelines).<br>
 	     - If your contributions fix a Jira issue***, then ensure that you reference the issue (like CORINTHIA-9876***) in the commit message.<br>
 	     - Create a pull request (PR) in GitHub for the change. The comment must contain a link to the JirA*** issue (if it has one).<br>