Repository: incubator-griffin-site
Updated Branches:
  refs/heads/master cef5d6224 -> 76d3ac508


http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/blob/aaa5a76e/source/_posts/community.md
----------------------------------------------------------------------
diff --git a/source/_posts/community.md b/source/_posts/community.md
index 910a249..a4332ad 100644
--- a/source/_posts/community.md
+++ b/source/_posts/community.md
@@ -1,5 +1,5 @@
 ---
-title: community
+title: Community
 date: 2017-03-04 13:00:45
 tags:
 ---
@@ -18,7 +18,23 @@ https://issues.apache.org/jira/browse/GRIFFIN
 
 ## Contributing
 
-
+- Create jira ticket to specify what you want to do
+  ```bash
+  create ticket here.
+  https://issues.apache.org/jira/browse/GRIFFIN
+  ```
+- Create one new branch for this task
+  ```bash
+  git clone https://github.com/apache/incubator-griffin.git
+  git checkout -b yourNewFeatrueBranch
+  ```
+- Commit and send pr to us
+       ```
+       ###please associate related JIRA TICK in your comments
+       git commit -am "For task GRIFFIN-10 , blabla..."
+       ```
+
+- GRIFFIN IPMC will review and accept your pr as contributing.
 
 
 

Reply via email to