ant-design/.github/PULL_REQUEST_TEMPLATE.md

62 lines
1.7 KiB
Markdown
Raw Normal View History

<!--
First of all, thank you for your contribution! 😄
2016-02-23 09:43:21 +08:00
New feature please send pull request to feature branch, and rest to master branch.
Pull request will be merged after one of collaborators approve.
Please makes sure that these form are filled before submitting your pull request, thank you!
2020-05-14 15:10:19 +08:00
-->
2016-02-23 09:43:21 +08:00
[[中文版模板 / Chinese template](https://github.com/ant-design/ant-design/blob/master/.github/PULL_REQUEST_TEMPLATE/pr_cn.md)]
2019-05-07 14:57:32 +08:00
### 🤔 This is a ...
2017-06-13 14:38:34 +08:00
- [ ] New feature
- [ ] Bug fix
2020-05-14 15:10:19 +08:00
- [ ] Site / documentation update
- [ ] Demo update
2019-01-08 20:41:02 +08:00
- [ ] Component style update
- [ ] TypeScript definition update
2020-05-14 15:10:19 +08:00
- [ ] Bundle size optimization
2020-07-02 12:16:44 +08:00
- [ ] Performance optimization
2020-08-05 18:30:53 +08:00
- [ ] Enhancement feature
- [ ] Internationalization
- [ ] Refactoring
- [ ] Code style optimization
2019-04-23 20:13:09 +08:00
- [ ] Test Case
- [ ] Branch merge
- [ ] Other (about what?)
2017-06-13 14:38:34 +08:00
2019-07-16 11:56:58 +08:00
### 🔗 Related issue link
2019-03-31 20:43:06 +08:00
<!--
2019-03-05 15:44:24 +08:00
1. Describe the source of requirement, like related issue link.
2019-03-31 20:43:06 +08:00
-->
2019-07-16 11:56:58 +08:00
### 💡 Background and solution
2019-03-31 20:43:06 +08:00
<!--
2019-07-16 11:56:58 +08:00
1. Describe the problem and the scenario.
2. GIF or snapshot should be provided if includes UI/interactive modification.
2019-07-16 11:56:58 +08:00
3. How to fix the problem, and list final API implementation and usage sample if that is an new feature.
2019-03-31 20:43:06 +08:00
-->
2017-06-13 14:38:34 +08:00
2019-03-31 20:43:06 +08:00
### 📝 Changelog
2019-03-31 20:43:06 +08:00
<!--
Describe changes from userside, and list all potential break changes or other risks.
--->
2019-05-20 11:46:00 +08:00
| Language | Changelog |
| ---------- | --------- |
| 🇺🇸 English | |
| 🇨🇳 Chinese | |
### ☑️ Self Check before Merge
2020-05-14 15:10:19 +08:00
⚠️ Please check all items below before review. ⚠️
- [ ] Doc is updated/provided or not needed
- [ ] Demo is updated/provided or not needed
- [ ] TypeScript definition is updated/provided or not needed
- [ ] Changelog is provided or not needed