Skip to content

Commit e304ceb

Browse files
committedMay 17, 2016
* [doc] add tips for closing issue in commit msg
1 parent 7a9bb14 commit e304ceb

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed
 

‎CONTRIBUTING.md

+5-7
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ Weex Branches
3333

3434
### Branch Name
3535

36-
Format:
37-
3836
```
3937
{module}-{action}-{shortName}
4038
```
@@ -51,11 +49,8 @@ for example:
5149
* `jsfm-feature-communication`
5250
* `android-hotfix-compute-layout`
5351

54-
5552
## Commit Log
5653

57-
FORMAT
58-
5954
```
6055
{action} [{module}] {description}
6156
```
@@ -66,13 +61,16 @@ FORMAT
6661
* `-` remove
6762
* `{module}`
6863
* Including: android, ios, jsfm, html5, component, doc, website, example, test, all
64+
* `{description}`
65+
* 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).
6966

7067
for example:
7168

72-
* `+ [android] add refreshing for WebView`
73-
* `* [doc] update video auto-play property`
69+
* `+ [android] close #123, add refreshing for WebView`
70+
* `* [doc] fix #123, update video auto-play property`
7471
* `- [example] remove abc`
7572

73+
7674
## Pull Request
7775

7876
[Create Pull Requests](https://github.com/alibaba/weex/compare).

0 commit comments

Comments
 (0)