You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@griffin.apache.org by gu...@apache.org on 2018/09/13 03:18:00 UTC

incubator-griffin-site git commit: Updated asf-site site from master (c23abb4304df51d095630fb11258c2cdea70caa2)

Repository: incubator-griffin-site
Updated Branches:
  refs/heads/asf-site 6361e14e4 -> 8cb12ee3c


Updated asf-site site from master (c23abb4304df51d095630fb11258c2cdea70caa2)


Project: http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/commit/8cb12ee3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/tree/8cb12ee3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/diff/8cb12ee3

Branch: refs/heads/asf-site
Commit: 8cb12ee3c45c4f0822593f52dd87b8be8ac74d1e
Parents: 6361e14
Author: William Guo <gu...@apache.org>
Authored: Thu Sep 13 11:17:56 2018 +0800
Committer: William Guo <gu...@apache.org>
Committed: Thu Sep 13 11:17:56 2018 +0800

----------------------------------------------------------------------
 docs/contribute.html | 22 ++++++++++++----------
 1 file changed, 12 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/blob/8cb12ee3/docs/contribute.html
----------------------------------------------------------------------
diff --git a/docs/contribute.html b/docs/contribute.html
index 100078c..59b3267 100644
--- a/docs/contribute.html
+++ b/docs/contribute.html
@@ -149,27 +149,29 @@ under the License.
 <h3 id="help-others-and-join-the-discussions">Help others and join the discussions</h3>
 <p>Most communication in the Apache Griffin community happens on two mailing lists:</p>
 
-<p>The user mailing lists user@griffin.incubator.apache.org is the place where users of Apache Griffin ask questions and seek for help or advice. Joining the user list and helping other users is a very good way to contribute to Griffin’s community.</p>
+<p>The users mailing lists users@griffin.incubator.apache.org is the place where users of Apache Griffin ask questions and seek for help or advice. Joining the user list and helping other users is a very good way to contribute to Griffin’s community.</p>
 
-<p>The development mailing list dev@griffin.incubator.apache.org is the place where Griffin developers exchange ideas and discuss new features, upcoming releases, and the development process in general. If you are interested in contributing code to Griffin, you should join this mailing list.</p>
+<p>The dev mailing list dev@griffin.incubator.apache.org is the place where Griffin developers exchange ideas and discuss new features, upcoming releases, and the development process in general. If you are interested in contributing code to Griffin, you should join this mailing list.</p>
 
 <p>You are welcome to subscribe to both mailing lists.</p>
 
 <h3 id="contributing-to-code">Contributing to Code</h3>
-<p>Create jira ticket to specify what you want to do</p>
-<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>create ticket here.
-https://issues.apache.org/jira/browse/GRIFFIN
-Create one new branch for this task
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code># create jira ticket to specify what you want to do
+# https://issues.apache.org/jira/browse/GRIFFIN
+# Create one new branch for this task
 
 # first fork this to your own repo -- https://github.com/apache/incubator-griffin.git
 # then clone your own repo to your local workspace
 git clone https://github.com/{YOURNAME}/incubator-griffin.git
-# code and push to your repository
-Commit and send PR to us
 
-#### please associate related JIRA TICK in your comments
+# change code and push to your repository
+# please associate related JIRA TICK in your comments
 git commit -am "For task GRIFFIN-10 , blabla..."
-GRIFFIN PPMC will review and accept your pr as contributing.
+
+# Commit and send PR to us
+# GRIFFIN PPMC will review and accept your pr as contributing.
+
 </code></pre></div></div>
 
 <h3 id="how-to-become-a-committer">How to become a committer</h3>