|
|
|
<!--
|
|
|
|
First of all, thank you for your contribution! 😄
|
|
|
|
|
|
|
|
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!
|
|
|
|
-->
|
|
|
|
|
|
|
|
[[中文版模板 / Chinese template](https://github.com/ant-design/ant-design/blob/master/.github/PULL_REQUEST_TEMPLATE/pr_cn.md)]
|
|
|
|
|
|
|
|
### 🤔 This is a ...
|
|
|
|
|
|
|
|
- [ ] New feature
|
|
|
|
- [ ] Bug fix
|
|
|
|
- [ ] Site / documentation update
|
|
|
|
- [ ] Demo update
|
|
|
|
- [ ] Component style update
|
|
|
|
- [ ] TypeScript definition update
|
|
|
|
- [ ] Bundle size optimization
|
|
|
|
- [ ] Perfermance optimization
|
|
|
|
- [ ] Refactoring
|
|
|
|
- [ ] Code style optimization
|
|
|
|
- [ ] Test Case
|
|
|
|
- [ ] Branch merge
|
|
|
|
- [ ] Other (about what?)
|
|
|
|
|
|
|
|
### 🔗 Related issue link
|
|
|
|
|
|
|
|
<!--
|
|
|
|
1. Describe the source of requirement, like related issue link.
|
|
|
|
-->
|
|
|
|
|
|
|
|
### 💡 Background and solution
|
|
|
|
|
|
|
|
<!--
|
|
|
|
1. Describe the problem and the scenario.
|
|
|
|
2. GIF or snapshot should be provided if includes UI/interactive modification.
|
|
|
|
3. How to fix the problem, and list final API implementation and usage sample if that is an new feature.
|
|
|
|
-->
|
|
|
|
|
|
|
|
### 📝 Changelog
|
|
|
|
|
|
|
|
<!--
|
|
|
|
Describe changes from userside, and list all potential break changes or other risks.
|
|
|
|
--->
|
|
|
|
|
|
|
|
| Language | Changelog |
|
|
|
|
| ---------- | --------- |
|
|
|
|
| 🇺🇸 English | |
|
|
|
|
| 🇨🇳 Chinese | |
|
|
|
|
|
|
|
|
### ☑️ Self Check before Merge
|
|
|
|
|
|
|
|
⚠️ 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
|