Browse Source

Optimize PULL_REQUEST_TEMPLATE

pull/15767/head
afc163 6 years ago
parent
commit
4f7eaf8a9c
No known key found for this signature in database GPG Key ID: 5F00908D72002306
  1. 15
      .github/PULL_REQUEST_TEMPLATE.md
  2. 10
      .github/PULL_REQUEST_TEMPLATE/pr_cn.md

15
.github/PULL_REQUEST_TEMPLATE.md

@ -21,23 +21,28 @@ Please makes sure that these form are filled before submitting your pull request
### 👻 What's the background?
<!--
1. Describe the source of requirement, like related issue link.
2. Describe the problem and the scenario.
-->
### 💡 Solution
<!--
1. How to fix the problem, and list final API implementation and usage sample if that is an new feature.
2. GIF or snapshot should be provided if includes UI/interactive modification.
-->
### 📝 Changelog description
> Describe changes from userside, and list all potential break changes or other risks.
### 📝 Changelog
1. English description
<!--
Describe changes from userside, and list all potential break changes or other risks.
--->
2. Chinese description (optional)
- English Changelog:
- Chinese Changelog (optional):
### ☑️ Self Check before Merge

10
.github/PULL_REQUEST_TEMPLATE/pr_cn.md

@ -21,23 +21,29 @@
### 👻 需求背景
<!--
1. 描述相关需求的来源,如相关的 issue 讨论链接。
2. 要解决的具体问题。
-->
### 💡 解决方案和最终实现是?
<!--
1. 列出最终的 API 实现和用法。
2. 涉及UI/交互变动需要有截图或 GIF。
-->
### 📝 更新日志怎么写?
<!--
> 从用户角度描述具体变化,以及可能的 breaking change 和其他风险?
-->
1. 英文描述
- 英文:
2. 中文描述(可选)
- 中文(可选):
### ☑️ 请求合并前的自查清单

Loading…
Cancel
Save