| <!-- | |
| First of all, thank you for your contribution! π | |
| New feature please send a pull request to master branch. | |
| Pull requests will be merged after one of the collaborators approve. | |
| Please makes sure that these forms are filled before submitting your pull request, thank you! | |
| --> | |
| [[δΈζηζ¨‘ζΏ / Chinese template](https://github.com/alibaba/hooks/blob/master/.github/PULL_REQUEST_TEMPLATE/pr_cn.md)] | |
| ### π€ This is a ... | |
| - [ ] New feature | |
| - [ ] Bug fix | |
| - [ ] Site / documentation update | |
| - [ ] Demo update | |
| - [ ] TypeScript definition update | |
| - [ ] Bundle size optimization | |
| - [ ] Performance optimization | |
| - [ ] Enhancement feature | |
| - [ ] Internationalization | |
| - [ ] 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 a new feature. | |
| --> | |
| ### π Changelog | |
| <!-- | |
| Describe changes from the user side, 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 | |