2019-03-21 10:16:56 +08:00
|
|
|
<!--
|
2019-01-03 16:20:56 +08:00
|
|
|
First of all, thank you for your contribution! 😄
|
2016-02-23 09:43:21 +08:00
|
|
|
|
2022-07-26 11:28:26 +08:00
|
|
|
For requesting to pull a new feature or bugfix, please send it from a feature/bugfix branch based on the `master` branch.
|
|
|
|
|
|
|
|
Before submitting your pull request, please make sure the checklist below is confirmed.
|
|
|
|
|
|
|
|
Your pull requests will be merged after one of the collaborators approve.
|
|
|
|
|
|
|
|
Thank you!
|
|
|
|
|
2020-05-14 15:10:19 +08:00
|
|
|
-->
|
2016-02-23 09:43:21 +08:00
|
|
|
|
2019-01-07 09:28:00 +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
|
|
|
|
2019-03-03 15:18:36 +08:00
|
|
|
### 🤔 This is a ...
|
2017-06-13 14:38:34 +08:00
|
|
|
|
2019-01-03 16:20:56 +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
|
2019-01-07 09:28:00 +08:00
|
|
|
- [ ] 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
|
2019-01-07 09:28:00 +08:00
|
|
|
- [ ] Refactoring
|
|
|
|
- [ ] Code style optimization
|
2019-04-23 20:13:09 +08:00
|
|
|
- [ ] Test Case
|
2019-01-03 16:20:56 +08:00
|
|
|
- [ ] 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-01-07 09:28:00 +08:00
|
|
|
|
2019-03-31 20:43:06 +08:00
|
|
|
<!--
|
2022-07-26 11:28:26 +08:00
|
|
|
1. Put the related issue or discussion links here.
|
2019-03-31 20:43:06 +08:00
|
|
|
-->
|
2019-01-07 09:28:00 +08:00
|
|
|
|
2019-07-16 11:56:58 +08:00
|
|
|
### 💡 Background and solution
|
2019-01-07 09:28:00 +08:00
|
|
|
|
2019-03-31 20:43:06 +08:00
|
|
|
<!--
|
2019-07-16 11:56:58 +08:00
|
|
|
1. Describe the problem and the scenario.
|
2019-03-03 15:18:36 +08:00
|
|
|
2. GIF or snapshot should be provided if includes UI/interactive modification.
|
2022-07-26 11:28:26 +08:00
|
|
|
3. How to fix the problem, and list the final API implementation and usage sample if that is a 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-01-07 09:28:00 +08:00
|
|
|
|
2019-03-31 20:43:06 +08:00
|
|
|
<!--
|
2020-11-03 16:02:37 +08:00
|
|
|
Describe changes from the user side, and list all potential break changes or other risks.
|
2019-03-31 20:43:06 +08:00
|
|
|
--->
|
2019-03-03 15:18:36 +08:00
|
|
|
|
2019-05-20 11:46:00 +08:00
|
|
|
| Language | Changelog |
|
|
|
|
| ---------- | --------- |
|
|
|
|
| 🇺🇸 English | |
|
|
|
|
| 🇨🇳 Chinese | |
|
2019-03-03 15:18:36 +08:00
|
|
|
|
2022-07-26 11:28:26 +08:00
|
|
|
### ☑️ Self-Check before Merge
|
2019-01-03 16:20:56 +08:00
|
|
|
|
2020-05-14 15:10:19 +08:00
|
|
|
⚠️ Please check all items below before review. ⚠️
|
2020-03-04 12:02:43 +08:00
|
|
|
|
2019-01-03 16:20:56 +08:00
|
|
|
- [ ] Doc is updated/provided or not needed
|
|
|
|
- [ ] Demo is updated/provided or not needed
|
|
|
|
- [ ] TypeScript definition is updated/provided or not needed
|
2019-01-07 09:28:00 +08:00
|
|
|
- [ ] Changelog is provided or not needed
|