add pr template

This commit is contained in:
Shawn Xu 2019-04-06 16:43:36 +08:00 committed by GitHub
parent 6387c12ff2
commit a83921594e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 29 additions and 0 deletions

29
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,29 @@
## 提交PR前
* 请认真阅读[开发指南](https://didi.github.io/mand-mobile/#/zh-CN/docs/development)
* fork **dev分支**
* 按照规范命名分支
* 需通过测试
* 提交PR至**dev分支**
## 创建PR
* 标题规则type(scope):description参考[规范](https://didi.github.io/mand-mobile/#/zh-CN/docs/development?anchor=Commit%E8%A7%84%E8%8C%83)
* 内容描述,参考"PR 内容区"
## 请把以上内容删除,并填写以下内容!!!
<!-- PR 内容区 -->
### 背景描述
<!-- 描述新增功能或修复问题的背景信息 -->
### 主要改动
<!-- 列举具体改动点 -->
### 需要注意
<!-- 列举需重点review和测试的点或者其他备注信息 -->
<!-- PR 内容区 -->