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:17:20 UTC

incubator-griffin-site git commit: update contribute doc

Repository: incubator-griffin-site
Updated Branches:
  refs/heads/master 23d93c7e8 -> c23abb430


update contribute doc


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/c23abb43
Tree: http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/tree/c23abb43
Diff: http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/diff/c23abb43

Branch: refs/heads/master
Commit: c23abb4304df51d095630fb11258c2cdea70caa2
Parents: 23d93c7
Author: William Guo <gu...@apache.org>
Authored: Thu Sep 13 11:17:11 2018 +0800
Committer: William Guo <gu...@apache.org>
Committed: Thu Sep 13 11:17:11 2018 +0800

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


http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/blob/c23abb43/contribute.md
----------------------------------------------------------------------
diff --git a/contribute.md b/contribute.md
index e7c0a8b..67e9888 100644
--- a/contribute.md
+++ b/contribute.md
@@ -25,28 +25,30 @@ We recommend to first reach consensus with the community on whether a new featur
 ### Help others and join the discussions
 Most communication in the Apache Griffin community happens on two mailing lists:
 
-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.
+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.
 
-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.
+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.
 
 You are welcome to subscribe to both mailing lists.
 
 ### Contributing to Code
-Create jira ticket to specify what you want to do
+
 ```
-create ticket here.
-https://issues.apache.org/jira/browse/GRIFFIN
-Create one new branch for this task
+# 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.
+
 ```