You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2016/06/01 07:01:31 UTC

[2/2] syncope git commit: Updating the contributing page with reference to Git workflow

Updating the contributing page with reference to Git workflow


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/a7ef4e1f
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/a7ef4e1f
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/a7ef4e1f

Branch: refs/heads/master
Commit: a7ef4e1fad33642912a397c254f785e9e07ac9b9
Parents: c1fd63c
Author: Francesco Chicchiricc� <il...@apache.org>
Authored: Wed Jun 1 09:01:17 2016 +0200
Committer: Francesco Chicchiricc� <il...@apache.org>
Committed: Wed Jun 1 09:01:17 2016 +0200

----------------------------------------------------------------------
 src/site/xdoc/contributing.xml | 46 ++++++++-----------------------------
 1 file changed, 10 insertions(+), 36 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/a7ef4e1f/src/site/xdoc/contributing.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/contributing.xml b/src/site/xdoc/contributing.xml
index 6f2503d..3b753a9 100644
--- a/src/site/xdoc/contributing.xml
+++ b/src/site/xdoc/contributing.xml
@@ -27,22 +27,22 @@ under the License.
   </properties>
 
   <body>
-    
-    <section name="Looking for ideas?">
-      <div style="width: 700px;" type="helpwanted" project="syncope" description="Apache Syncope"></div>
-      <script src="https://helpwanted.apache.org/widget.js" type="text/javascript"></script>
-    </section>
-    
+   
     <section name="How to contribute?">
       <p>
         The Apache Syncope\u2122 project is actively seeking new contributors to work on all aspects of the project. 
         We need and appreciate all contributions, including documentation help, source code development and feedback.
       </p>
 
+      <subsection name="Looking for ideas?">
+        <div style="width: 700px;" type="helpwanted" project="syncope" description="Apache Syncope"></div>
+        <script src="https://helpwanted.apache.org/widget.js" type="text/javascript"></script>
+      </subsection>
+
       <subsection name="Code">
         <ul>
           <li>If you have found an issue or you want to propose a new feature, post a message to the 
-            <a href="mailing-lists.html">Syncope User's list</a> to discuss it.
+            <a href="mailing-lists.html">Syncope Dev list or jump on IRC</a> to discuss it.
           </li>
           <li>Search existing 
             <a href="https://issues.apache.org/jira/secure/IssueNavigator.jspa" rel="nofollow">issues</a> to see 
@@ -52,16 +52,7 @@ under the License.
             <a href="https://issues.apache.org/jira/browse/SYNCOPE">JIRA</a> issue.
           </li>
           <li>Develop / describe a test case to demonstrate the issue.</li>
-          <li>Attach the new test to the JIRA issue.</li>
-          <li>If you have also developed a fix for the raised issue, either
-            <ul>
-              <li>attach a patch to it; here are some useful 
-                <a href="https://commons.apache.org/patches.html">guidelines</a> about how to correctly generate a patch.
-              </li>
-              <li>open a <a href="https://github.com/apache/syncope/pulls">pull request</a> - don't forget to
-                mention the JIRA issue id (e.g. SYNCOPE-XXX) opened above in the commit log message</li>
-            </ul>
-          </li>
+          <li>Review and apply our <a href="https://cwiki.apache.org/confluence/display/SYNCOPE/Git+workflow">Git workflow</a>.</li>
         </ul>
       </subsection>
 
@@ -69,31 +60,14 @@ under the License.
         <p>The website is managed via the 
           <a href="http://maven.apache.org/plugins/maven-site-plugin/">maven-site-plugin</a> and the guides are being
           maintained with <a href="http://asciidoctor.org/">Asciidoctor</a>, hence contributing site content or
-          guides is similar to contributing source code: create a new issue on JIRA and attach a GIT patch to it.
+          guides is similar to contributing <a href="#Code">source code</a>.
         </p>
         <p>The project 
           <a href="http://cwiki.apache.org/confluence/display/SYNCOPE">Wiki</a> is also available to gather any other 
           kind of documentation or contribution you would like to contribute, and does not require any GIT, Maven or 
           other technical skills.
         </p>
-      </subsection>
-    
-      <subsection name="Quick references">
-        <ul>
-          <li>
-            Discussion occurs on the 
-            <a href="mailing-lists.html">mailing lists</a>
-          </li>
-          <li>
-            Information on accessing the project source code is 
-            <a href="source-repository.html">here</a>.
-          </li>
-          <li>
-            Bugs and other issues can be posted on 
-            <a href="https://issues.apache.org/jira/browse/SYNCOPE">JIRA</a>
-          </li>
-        </ul>
-      </subsection>
+      </subsection>    
     </section>
     
     <section name="How do I become a contributor or a committer?">