|
|
@ -6,7 +6,7 @@ Please makes sure that these form are filled before submitting your pull request |
|
|
|
|
|
|
|
[[中文版模板 / Chinese template](https://github.com/ant-design/ant-design/blob/master/.github/PULL_REQUEST_TEMPLATE/pr_cn.md)] |
|
|
|
|
|
|
|
### This is a ... |
|
|
|
### 🤔 This is a ... |
|
|
|
|
|
|
|
- [ ] New feature |
|
|
|
- [ ] Bug fix |
|
|
@ -18,36 +18,29 @@ Please makes sure that these form are filled before submitting your pull request |
|
|
|
- [ ] Branch merge |
|
|
|
- [ ] Other (about what?) |
|
|
|
|
|
|
|
### What's the background? |
|
|
|
### 👻 What's the background and how to resolve it? |
|
|
|
|
|
|
|
> 1. Describe the source of requirement. |
|
|
|
> 2. Resolve what problem. |
|
|
|
> 3. Related issue link. |
|
|
|
1. Describe the source of requirement, like related issue link. |
|
|
|
|
|
|
|
### API Realization (Optional if not new feature) |
|
|
|
2. Describe the existed solution. |
|
|
|
|
|
|
|
> 1. Basic thought of solution and other optional proposal. |
|
|
|
> 2. List final API realization and usage sample. |
|
|
|
> 3. GIF or snapshot should be provided if includes UI/interactive modification. |
|
|
|
### 💡 Solution |
|
|
|
|
|
|
|
### What's the effect? (Optional if not new feature) |
|
|
|
1. List final API implementation and usage sample. |
|
|
|
|
|
|
|
> 1. Does this PR affect user? Which part will be affected? |
|
|
|
> 2. What will say in changelog? |
|
|
|
> 3. Does this PR contains potential break change or other risk? |
|
|
|
2. GIF or snapshot should be provided if includes UI/interactive modification. |
|
|
|
|
|
|
|
### Changelog description (Optional if not new feature) |
|
|
|
### 📝 Changelog description |
|
|
|
|
|
|
|
> 1. English description |
|
|
|
> 2. Chinese description (optional) |
|
|
|
> Describe changes from user side, and list all potential break changes or other risks. |
|
|
|
|
|
|
|
### Self Check before Merge |
|
|
|
1. English description |
|
|
|
|
|
|
|
2. Chinese description (optional) |
|
|
|
|
|
|
|
### ☑️ Self Check before Merge |
|
|
|
|
|
|
|
- [ ] 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 |
|
|
|
|
|
|
|
### Additional Plan? (Optional if not new feature) |
|
|
|
|
|
|
|
> If this PR related with other PR or following info. You can type here. |
|
|
|