Repository: incubator-griffin-site
Updated Branches:
  refs/heads/master 8ea1964d5 -> 25ff4f2d7


update process


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

Branch: refs/heads/master
Commit: 25ff4f2d78746558d0506875e65d32a4b6993500
Parents: 8ea1964
Author: William Guo <[email protected]>
Authored: Wed Mar 14 16:50:26 2018 +0800
Committer: William Guo <[email protected]>
Committed: Wed Mar 14 16:50:26 2018 +0800

----------------------------------------------------------------------
 source/_posts/community.md | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/blob/25ff4f2d/source/_posts/community.md
----------------------------------------------------------------------
diff --git a/source/_posts/community.md b/source/_posts/community.md
index 21ccbb3..81bebc0 100644
--- a/source/_posts/community.md
+++ b/source/_posts/community.md
@@ -55,10 +55,11 @@ You are welcome to subscribe to both mailing lists.
   ```
 - Create one new branch for this task
   ```bash
-  git clone https://github.com/apache/incubator-griffin.git
-  git checkout -b yourNewFeatrueBranch
+  # first fork this repo -- https://github.com/apache/incubator-griffin.git
+  git clone https://github.com/{YOURNAME}/incubator-griffin.git
+  # code and push to your repository
   ```
-- Commit and send pr to us
+- Commit and send PR to us
        ```
        ###please associate related JIRA TICK in your comments
        git commit -am "For task GRIFFIN-10 , blabla..."

Reply via email to