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 / document update - [ ] Component style update - [ ] TypeScript definition update - [ ] Refactoring - [ ] Code style optimization - [ ] Branch merge - [ ] Other (about what?) ### πŸ‘» What's the background and how to resolve it? 1. Describe the source of requirement, like related issue link. 2. Describe the existed solution. ### πŸ’‘ Solution 1. List final API implementation and usage sample. 2. GIF or snapshot should be provided if includes UI/interactive modification. ### πŸ“ Changelog description > Describe changes from user side, and list all potential break changes or other risks. 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