You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by so...@apache.org on 2017/03/10 09:53:03 UTC

[1/3] incubator-weex git commit: * [website] Added contributing page.

Repository: incubator-weex
Updated Branches:
  refs/heads/dev 2d7b86823 -> e2e90cdb8


* [website] Added contributing page.


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/090244c4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/090244c4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/090244c4

Branch: refs/heads/dev
Commit: 090244c4945b69fd2a5239136ba86d0db7a408f3
Parents: ca43fa3
Author: Jinjiang <zh...@me.com>
Authored: Fri Mar 10 16:31:12 2017 +0800
Committer: Jinjiang <zh...@me.com>
Committed: Fri Mar 10 16:32:43 2017 +0800

----------------------------------------------------------------------
 CONTRIBUTING.md                     |  38 ++++++-----
 doc/source/cn/guide/contributing.md | 108 +++++++++++++++++++++++++++++++
 doc/source/guide/contributing.md    | 106 ++++++++++++++++++++++++++++++
 3 files changed, 236 insertions(+), 16 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/090244c4/CONTRIBUTING.md
----------------------------------------------------------------------
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 9ba3a36..a688622 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,6 +1,18 @@
-# Weex Contributing Guide
+# How to Contribute
 
-Welcome to create [Pull Requests](https://github.com/alibaba/weex/compare) or open [Issues](https://github.com/alibaba/weex/issues/new) for bugfix, doc, example, suggestion and anything.
+Welcome to create [pull requests](https://github.com/apache/incubator-weex/compare) or join in our [mailing list](http://mail-archives.apache.org/mod_mbox/incubator-weex-dev/) for bugfix, doc, example, suggestion and anything.
+
+## Join in Weex Mailing List
+
+In Weex community all discussion will happen on mailing list.
+
+Just send an email to `dev-subscribe@weex.incubator.apache.org` and follow the instructions to subscribe Weex dev mailing list. And then you will receive all discussions and community messages by your personal email. In the same time you can freely send your own emails to join in us.
+
+At the same time you can see the archives of all the mails through the web: [http://mail-archives.apache.org/mod_mbox/incubator-weex-dev/](http://mail-archives.apache.org/mod_mbox/incubator-weex-dev/)
+
+*If you won't follow the mailing list any more. There is another way to unsubscribe it: send an email to `dev-unsubscribe@weex.incubator.apache.org` and follow the instructions.*
+
+Besides Weex dev mailing list, we also have some other mailing lists for you. You can check them out here: [http://mail-archives.apache.org/mod_mbox/#weex.incubator](http://mail-archives.apache.org/mod_mbox/#weex.incubator)
 
 ## Branch Management
 
@@ -10,13 +22,12 @@ master
 dev         <--- PR(hotfix/typo/3rd-PR)
  \u2191 PR
 {domain}-feature-{date}
-```  
-Weex Branches
+```
 
 0. `master` branch
     0. `master` is the latest (pre-)release branch.
 0. `dev` branch
-    0. `dev` is the stable developing branch. [Github Release](https://help.github.com/articles/creating-releases/) is used to publish a (pre-)release version to `master` branch.
+    0. `dev` is the stable developing branch.
     0. ***It's RECOMMENDED to commit hotfix (like typo) or feature PR to `dev`***.
 0. `{domain}-feature-{date}` branch
     0. The branch for a developing iteration, e.g. `android-feature-20160607` is an android developing iteration which is done at 2016.06.07. `{domain}` consists of `android`, `ios`, `jsfm` and `html5`. 
@@ -53,7 +64,7 @@ for example:
 * `{module}`
     * Including: android, ios, jsfm, html5, component, doc, website, example, test, all 
 * `{description}`
-    * It's ***RECOMMENDED*** to close issue with syntax `close #123` or `fix #123`, see [the doc](https://help.github.com/articles/closing-issues-via-commit-messages/) for more detail. It's useful for responding issues and [release flow](https://github.com/alibaba/weex/releases/tag/v0.5.0).
+    * Just make it as clear and simple as possible.
 
 for example:
 
@@ -61,19 +72,14 @@ for example:
 * `* [doc] fix #123, update video auto-play property`
 * `- [example] remove abc`
 
-
 ## Pull Request
 
-[Create Pull Requests](https://github.com/alibaba/weex/compare).
-
-## Contributor License Agreement
-In order to contribute code to Weex, you (or the legal entity you represent) must sign the Contributor License Agreement (CLA).
-
-You can read and sign the [Alibaba CLA](https://cla-assistant.io/alibaba/weex) online.
-
-For CLA assistant service works properly, please make sure you have added email address that your commits linked to GitHub account.
+You can [create pull requests](https://github.com/apache/incubator-weex/compare) in GitHub.
 
-Please read [How to setting your Email address in Git](https://help.github.com/articles/setting-your-email-in-git/) and [How to adding an email address to your GitHub Account](https://help.github.com/articles/adding-an-email-address-to-your-github-account/).
+1. First we suggest you have some discussion with the community (commonly in our mailing list) before you code.
+2. Fork repo from [https://github.com/apache/incubator-weex/](https://github.com/apache/incubator-weex/)
+3. Finish the job you want to do.
+4. Create a pull request.
 
 ## Code Style Guide
 

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/090244c4/doc/source/cn/guide/contributing.md
----------------------------------------------------------------------
diff --git a/doc/source/cn/guide/contributing.md b/doc/source/cn/guide/contributing.md
new file mode 100644
index 0000000..4ef9882
--- /dev/null
+++ b/doc/source/cn/guide/contributing.md
@@ -0,0 +1,108 @@
+---
+title: \u5982\u4f55\u53c2\u4e0e\u793e\u533a
+type: guide
+order: 6
+has_chapter_content: true
+version: 2.1
+---
+
+# \u5982\u4f55\u53c2\u4e0e\u793e\u533a
+
+## \u52a0\u5165 Weex \u90ae\u4ef6\u5217\u8868 (Mailing List)
+
+\u5728 Weex \u5b98\u65b9\u793e\u533a\u6240\u6709\u7684\u4fe1\u606f\u90fd\u4f1a\u6c47\u805a\u4e8e\u90ae\u4ef6\u5217\u8868\u3002\u8ba2\u9605\u5f00\u53d1\u90ae\u4ef6\u5217\u8868\u7684\u65b9\u5f0f\u662f\u53d1\u9001\u90ae\u4ef6\u5230 `dev-subscribe@weex.incubator.apache.org` \u7136\u540e\u4f60\u7684\u90ae\u7bb1\u4f1a\u6536\u5230\u4e00\u5c01\u6765\u81ea Apache \u7684\u56de\u4fe1 (\u82f1\u6587)\uff0c\u628a Apache \u7684\u8fd9\u5c01\u56de\u4fe1\u518d\u6b21\u56de\u590d\u8fc7\u53bb\uff0c\u5373\u53ef\u5b8c\u6210\u8ba2\u9605\u3002
+
+\u8fd9\u91cc\u9700\u8981\u5f3a\u8c03\u7684\u662f Apache \u662f\u4e00\u4e2a\u9762\u5411\u5168\u7403\u7684\u5168\u82f1\u6587\u7684\u793e\u533a\uff0c\u6240\u4ee5\u6211\u4eec\u5e0c\u671b\u60a8\u80fd\u591f\u7528\u82f1\u6587\u5728\u90ae\u4ef6\u5217\u8868\u4e2d\u8ddf\u5927\u5bb6\u4ea4\u6d41\u3002\u6211\u4eec\u6b22\u8fce\u4efb\u4f55\u8ba8\u8bba\uff0cApache \u793e\u533a\u7684\u6bcf\u4e00\u4f4d\u53c2\u4e0e\u8005\u90fd\u975e\u5e38\u53cb\u5584\u5e76\u4e14\u5177\u6709\u6781\u5927\u7684\u5305\u5bb9\u5fc3\uff0c\u60a8\u4e0d\u5fc5\u591a\u8651\u81ea\u5df1\u53ef\u80fd\u4f1a\u9047\u5230\u7684\u4efb\u4f55\u8bed\u8a00\u969c\u788d\u3002\u518d\u6b21\u5f3a\u8c03\uff0c\u6211\u4eec\u9f13\u52b1\u5927\u5bb6\u53c2\u4e0e\u90ae\u4ef6\u5217\u8868\u8ba8\u8bba\uff0c\u5e0c\u671b\u66f4\u591a\u7684\u4e2d\u6587\u7528\u6237\u80fd\u591f\u514b\u670d\u8bed\u8a00\u969c\u788d\uff0c\u6811\u7acb\u4f7f\u7528\u5916\u8bed\u7684\u81ea\u4fe1\u5fc3\uff01
+
+\u6211\u4eec\u540c\u65f6\u5efa\u8bae\u5927\u5bb6\u901a\u8fc7\u5e02\u9762\u4e0a\u4e3b\u6d41\u7684\u7ffb\u8bd1\u8f6f\u4ef6\u548c\u5de5\u5177\u6765\u5e2e\u52a9\u81ea\u5df1\u64b0\u5199\u548c\u9605\u8bfb\u82f1\u6587\u3002
+
+\u5982\u679c\u60a8\u786e\u5b9e\u5bf9\u4f7f\u7528\u82f1\u6587\u5b58\u5728\u5f88\u5927\u7684\u7591\u8651\u6216\u56f0\u60d1\uff0c\u6211\u4eec\u4e5f\u975e\u5e38\u6b22\u8fce\u5927\u5bb6\u6765\u4e2d\u6587\u95ee\u7b54\u5e73\u53f0 [SegmentFault](https://segmentfault.com/t/weex) \u63d0\u95ee\uff0c\u8fd9\u91cc\u6709\u975e\u5e38\u591a\u70ed\u5fc3\u7684\u5f00\u53d1\u8005\u4e00\u8d77\u8ba8\u8bba\u548c\u89e3\u7b54 Weex \u76f8\u5173\u7684\u95ee\u9898\u3002
+
+\u4f7f\u7528\u90ae\u4ef6\u5217\u8868\u7684\u53e6\u5916\u4e00\u4e2a\u597d\u5904\u662f\u5b83\u53ef\u4ee5\u65b9\u4fbf\u5927\u5bb6\u968f\u65f6\u67e5\u9605\u4e4b\u524d\u7684\u90ae\u4ef6\u8bb0\u5f55: [http://mail-archives.apache.org/mod_mbox/incubator-weex-dev/](http://mail-archives.apache.org/mod_mbox/incubator-weex-dev/)
+
+*\u5982\u679c\u60a8\u5bf9\u90ae\u4ef6\u5217\u8868\u4e2d\u7684\u5185\u5bb9\u5df2\u7ecf\u4e0d\u518d\u611f\u5174\u8da3\uff0c\u8fd9\u91cc\u4e5f\u6709\u9000\u8ba2\u90ae\u4ef6\u5217\u8868\u7684\u65b9\u6cd5: \u53d1\u9001\u90ae\u4ef6\u81f3 `dev-unsubscribe@weex.incubator.apache.org` \u5e76\u6839\u636e\u56de\u4fe1\u7684\u63d0\u793a\u8fdb\u884c\u4e8c\u6b21\u56de\u590d\u786e\u8ba4\uff0c\u5b8c\u6210\u9000\u8ba2\u3002*
+
+\u9664\u4e86\u5f00\u53d1 (dev) \u90ae\u4ef6\u5217\u8868\uff0c\u6211\u4eec\u8fd8\u6709\u53e6\u5916\u51e0\u4e2a\u7684\u90ae\u4ef6\u5217\u8868\u4f9b\u5927\u5bb6\u67e5\u9605\uff1a[http://mail-archives.apache.org/mod_mbox/#weex.incubator](http://mail-archives.apache.org/mod_mbox/#weex.incubator)
+
+## \u5206\u652f\u7ba1\u7406 (\u82f1)
+
+```
+master
+ \u2191
+dev         <--- PR(hotfix/typo/3rd-PR)
+ \u2191 PR
+{domain}-feature-{date}
+```
+
+0. `master` branch
+    0. `master` is the latest (pre-)release branch.
+0. `dev` branch
+    0. `dev` is the stable developing branch.
+    0. ***It's RECOMMENDED to commit hotfix (like typo) or feature PR to `dev`***.
+0. `{domain}-feature-{date}` branch
+    0. The branch for a developing iteration, e.g. `android-feature-20160607` is an android developing iteration which is done at 2016.06.07. `{domain}` consists of `android`, `ios`, `jsfm` and `html5`. 
+    0. **DO NOT commit any PR to such a branch**.
+
+### \u5206\u652f\u547d\u540d
+
+```
+{module}-{action}-{shortName}
+```
+
+* `{module}`, see [commit log module](#commit-log)
+* `{action}`
+    * `feature`: checkout from `{module}` and merge to `{module}` later. If `{module}` not exists, merge to `dev`
+    * `bugfix`: like `feature`, for bugfix only
+    * `hotfix`: checkout from `master` or release `tag`, merge to `master` and `{module}` later. If `{module}` not exists, merge to `dev`
+
+for example:
+
+* `android-bugfix-memory`
+* `jsfm-feature-communication`
+* `android-hotfix-compute-layout`
+
+## \u63d0\u4ea4\u65e5\u5fd7\u683c\u5f0f (\u82f1)
+
+```
+{action} [{module}] {description}
+```
+
+* `{action}`
+    * `+` add
+    * `*` update or bugfix
+    * `-` remove
+* `{module}`
+    * Including: android, ios, jsfm, html5, component, doc, website, example, test, all 
+* `{description}`
+    * Just make it as clear and simple as possible.
+
+for example:
+
+* `+ [android] close #123, add refreshing for WebView`
+* `* [doc] fix #123, update video auto-play property`
+* `- [example] remove abc`
+
+## \u53d1\u9001 Pull Request (\u82f1)
+
+You can [create pull requests](https://github.com/apache/incubator-weex/compare) in GitHub.
+
+1. First we suggest you have some discussion with the community (commonly in our mailing list) before you code.
+2. Fork repo from [https://github.com/apache/incubator-weex/](https://github.com/apache/incubator-weex/)
+3. Finish the job you want to do.
+4. Create a pull request.
+
+## \u7f16\u7801\u89c4\u8303 (\u82f1)
+
+### Objective-C
+
+* Tabs for indentation(not spaces)
+* `*` operator goes with the variable name (e.g. Type *variable;)
+* Function definitions: place each brace on its own line.
+* Other braces: place the open brace on the line preceding the code block; place the close brace on its own line.
+* Use `#pragma marks` to categorize methods into functional groupings and protocol implementations
+* Follow other guidelines on [GitHub Objective-C Style Guide](https://github.com/github/objective-c-style-guide)
+
+### Java & Android 
+
+* Use [Google Java Style](https://google.github.io/styleguide/javaguide.html) as basic guidelines of java code.
+* Follow [AOSP Code Style](https://source.android.com/source/code-style.html) for rest of android related code style.

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/090244c4/doc/source/guide/contributing.md
----------------------------------------------------------------------
diff --git a/doc/source/guide/contributing.md b/doc/source/guide/contributing.md
new file mode 100644
index 0000000..ea824f4
--- /dev/null
+++ b/doc/source/guide/contributing.md
@@ -0,0 +1,106 @@
+---
+title: How to Contribute
+type: guide
+order: 6
+has_chapter_content: true
+version: 2.1
+---
+
+# How to Contribute
+
+Welcome to create [pull requests](https://github.com/apache/incubator-weex/compare) or join in our [mailing list](http://mail-archives.apache.org/mod_mbox/incubator-weex-dev/) for bugfix, doc, example, suggestion and anything.
+
+## Join in Weex Mailing List
+
+In Weex community all discussion will happen on mailing list.
+
+Just send an email to `dev-subscribe@weex.incubator.apache.org` and follow the instructions to subscribe Weex dev mailing list. And then you will receive all discussions and community messages by your personal email. In the same time you can freely send your own emails to join in us.
+
+At the same time you can see the archives of all the mails through the web: [http://mail-archives.apache.org/mod_mbox/incubator-weex-dev/](http://mail-archives.apache.org/mod_mbox/incubator-weex-dev/)
+
+*If you won't follow the mailing list any more. There is another way to unsubscribe it: send an email to `dev-unsubscribe@weex.incubator.apache.org` and follow the instructions.*
+
+Besides Weex dev mailing list, we also have some other mailing lists for you. You can check them out here: http://mail-archives.apache.org/mod_mbox/#weex.incubator
+
+## Branch Management
+
+```
+master
+ \u2191
+dev         <--- PR(hotfix/typo/3rd-PR)
+ \u2191 PR
+{domain}-feature-{date}
+```
+
+0. `master` branch
+    0. `master` is the latest (pre-)release branch.
+0. `dev` branch
+    0. `dev` is the stable developing branch.
+    0. ***It's RECOMMENDED to commit hotfix (like typo) or feature PR to `dev`***.
+0. `{domain}-feature-{date}` branch
+    0. The branch for a developing iteration, e.g. `android-feature-20160607` is an android developing iteration which is done at 2016.06.07. `{domain}` consists of `android`, `ios`, `jsfm` and `html5`. 
+    0. **DO NOT commit any PR to such a branch**.
+
+### Branch Name 
+
+```
+{module}-{action}-{shortName}
+```
+
+* `{module}`, see [commit log module](#commit-log)
+* `{action}`
+    * `feature`: checkout from `{module}` and merge to `{module}` later. If `{module}` not exists, merge to `dev`
+    * `bugfix`: like `feature`, for bugfix only
+    * `hotfix`: checkout from `master` or release `tag`, merge to `master` and `{module}` later. If `{module}` not exists, merge to `dev`
+
+for example:
+
+* `android-bugfix-memory`
+* `jsfm-feature-communication`
+* `android-hotfix-compute-layout`
+
+## Commit Log
+
+```
+{action} [{module}] {description}
+```
+
+* `{action}`
+    * `+` add
+    * `*` update or bugfix
+    * `-` remove
+* `{module}`
+    * Including: android, ios, jsfm, html5, component, doc, website, example, test, all 
+* `{description}`
+    * Just make it as clear and simple as possible.
+
+for example:
+
+* `+ [android] close #123, add refreshing for WebView`
+* `* [doc] fix #123, update video auto-play property`
+* `- [example] remove abc`
+
+## Pull Request
+
+You can [create pull requests](https://github.com/apache/incubator-weex/compare) in GitHub.
+
+1. First we suggest you have some discussion with the community (commonly in our mailing list) before you code.
+2. Fork repo from [https://github.com/apache/incubator-weex/](https://github.com/apache/incubator-weex/)
+3. Finish the job you want to do.
+4. Create a pull request.
+
+## Code Style Guide
+
+### Objective-C
+
+* Tabs for indentation(not spaces)
+* `*` operator goes with the variable name (e.g. Type *variable;)
+* Function definitions: place each brace on its own line.
+* Other braces: place the open brace on the line preceding the code block; place the close brace on its own line.
+* Use `#pragma marks` to categorize methods into functional groupings and protocol implementations
+* Follow other guidelines on [GitHub Objective-C Style Guide](https://github.com/github/objective-c-style-guide)
+
+### Java & Android 
+
+* Use [Google Java Style](https://google.github.io/styleguide/javaguide.html) as basic guidelines of java code.
+* Follow [AOSP Code Style](https://source.android.com/source/code-style.html) for rest of android related code style.


[2/3] incubator-weex git commit: * [website] Updated contributing.md

Posted by so...@apache.org.
* [website] Updated contributing.md


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/7cbf3cc1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/7cbf3cc1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/7cbf3cc1

Branch: refs/heads/dev
Commit: 7cbf3cc175ffc05f1ccddef8fb2b32f317bbb947
Parents: 090244c
Author: Jinjiang <zh...@me.com>
Authored: Fri Mar 10 16:56:24 2017 +0800
Committer: Jinjiang <zh...@me.com>
Committed: Fri Mar 10 16:56:24 2017 +0800

----------------------------------------------------------------------
 doc/source/cn/guide/contributing.md | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/7cbf3cc1/doc/source/cn/guide/contributing.md
----------------------------------------------------------------------
diff --git a/doc/source/cn/guide/contributing.md b/doc/source/cn/guide/contributing.md
index 4ef9882..36db1f9 100644
--- a/doc/source/cn/guide/contributing.md
+++ b/doc/source/cn/guide/contributing.md
@@ -12,9 +12,7 @@ version: 2.1
 
 \u5728 Weex \u5b98\u65b9\u793e\u533a\u6240\u6709\u7684\u4fe1\u606f\u90fd\u4f1a\u6c47\u805a\u4e8e\u90ae\u4ef6\u5217\u8868\u3002\u8ba2\u9605\u5f00\u53d1\u90ae\u4ef6\u5217\u8868\u7684\u65b9\u5f0f\u662f\u53d1\u9001\u90ae\u4ef6\u5230 `dev-subscribe@weex.incubator.apache.org` \u7136\u540e\u4f60\u7684\u90ae\u7bb1\u4f1a\u6536\u5230\u4e00\u5c01\u6765\u81ea Apache \u7684\u56de\u4fe1 (\u82f1\u6587)\uff0c\u628a Apache \u7684\u8fd9\u5c01\u56de\u4fe1\u518d\u6b21\u56de\u590d\u8fc7\u53bb\uff0c\u5373\u53ef\u5b8c\u6210\u8ba2\u9605\u3002
 
-\u8fd9\u91cc\u9700\u8981\u5f3a\u8c03\u7684\u662f Apache \u662f\u4e00\u4e2a\u9762\u5411\u5168\u7403\u7684\u5168\u82f1\u6587\u7684\u793e\u533a\uff0c\u6240\u4ee5\u6211\u4eec\u5e0c\u671b\u60a8\u80fd\u591f\u7528\u82f1\u6587\u5728\u90ae\u4ef6\u5217\u8868\u4e2d\u8ddf\u5927\u5bb6\u4ea4\u6d41\u3002\u6211\u4eec\u6b22\u8fce\u4efb\u4f55\u8ba8\u8bba\uff0cApache \u793e\u533a\u7684\u6bcf\u4e00\u4f4d\u53c2\u4e0e\u8005\u90fd\u975e\u5e38\u53cb\u5584\u5e76\u4e14\u5177\u6709\u6781\u5927\u7684\u5305\u5bb9\u5fc3\uff0c\u60a8\u4e0d\u5fc5\u591a\u8651\u81ea\u5df1\u53ef\u80fd\u4f1a\u9047\u5230\u7684\u4efb\u4f55\u8bed\u8a00\u969c\u788d\u3002\u518d\u6b21\u5f3a\u8c03\uff0c\u6211\u4eec\u9f13\u52b1\u5927\u5bb6\u53c2\u4e0e\u90ae\u4ef6\u5217\u8868\u8ba8\u8bba\uff0c\u5e0c\u671b\u66f4\u591a\u7684\u4e2d\u6587\u7528\u6237\u80fd\u591f\u514b\u670d\u8bed\u8a00\u969c\u788d\uff0c\u6811\u7acb\u4f7f\u7528\u5916\u8bed\u7684\u81ea\u4fe1\u5fc3\uff01
-
-\u6211\u4eec\u540c\u65f6\u5efa\u8bae\u5927\u5bb6\u901a\u8fc7\u5e02\u9762\u4e0a\u4e3b\u6d41\u7684\u7ffb\u8bd1\u8f6f\u4ef6\u548c\u5de5\u5177\u6765\u5e2e\u52a9\u81ea\u5df1\u64b0\u5199\u548c\u9605\u8bfb\u82f1\u6587\u3002
+\u8fd9\u91cc\u9700\u8981\u5f3a\u8c03\u7684\u662f Apache \u662f\u4e00\u4e2a\u9762\u5411\u5168\u7403\u7684\u5168\u82f1\u6587\u7684\u793e\u533a\uff0c\u6240\u4ee5\u6211\u4eec\u5e0c\u671b\u60a8\u80fd\u591f\u7528\u82f1\u6587\u5728\u90ae\u4ef6\u5217\u8868\u4e2d\u8ddf\u5927\u5bb6\u4ea4\u6d41\u3002
 
 \u5982\u679c\u60a8\u786e\u5b9e\u5bf9\u4f7f\u7528\u82f1\u6587\u5b58\u5728\u5f88\u5927\u7684\u7591\u8651\u6216\u56f0\u60d1\uff0c\u6211\u4eec\u4e5f\u975e\u5e38\u6b22\u8fce\u5927\u5bb6\u6765\u4e2d\u6587\u95ee\u7b54\u5e73\u53f0 [SegmentFault](https://segmentfault.com/t/weex) \u63d0\u95ee\uff0c\u8fd9\u91cc\u6709\u975e\u5e38\u591a\u70ed\u5fc3\u7684\u5f00\u53d1\u8005\u4e00\u8d77\u8ba8\u8bba\u548c\u89e3\u7b54 Weex \u76f8\u5173\u7684\u95ee\u9898\u3002
 


[3/3] incubator-weex git commit: Merge branch 'website-feature-contributing' of http://github.com/Jinjiang/incubator-weex into dev This closes #88

Posted by so...@apache.org.
Merge branch 'website-feature-contributing' of http://github.com/Jinjiang/incubator-weex into dev
This closes #88


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

Branch: refs/heads/dev
Commit: e2e90cdb87b6fbb5d5b82ce6244a757ec4016b54
Parents: 2d7b868 7cbf3cc
Author: sospartan <so...@gmail.com>
Authored: Fri Mar 10 17:52:37 2017 +0800
Committer: sospartan <so...@gmail.com>
Committed: Fri Mar 10 17:52:37 2017 +0800

----------------------------------------------------------------------
 CONTRIBUTING.md                     |  38 ++++++-----
 doc/source/cn/guide/contributing.md | 106 +++++++++++++++++++++++++++++++
 doc/source/guide/contributing.md    | 106 +++++++++++++++++++++++++++++++
 3 files changed, 234 insertions(+), 16 deletions(-)
----------------------------------------------------------------------