|
| 1 | +First of all, thank you for your contribution! 😄 |
| 2 | + |
| 3 | +New feature please send pull request to feature branch, and rest to master branch. |
| 4 | +Pull request will be merged after one of collaborators approve. |
| 5 | +Please makes sure that these form are filled before submitting your pull request, thank you! |
| 6 | + |
| 7 | +[[中文版模板 / Chinese template](https://github.com/vueComponent/ant-design-vue/blob/master/.github/PULL_REQUEST_TEMPLATE/pr_cn.md)] |
| 8 | + |
| 9 | +### This is a ... |
| 10 | + |
| 11 | +- [ ] New feature |
| 12 | +- [ ] Bug fix |
| 13 | +- [ ] Site / document update |
| 14 | +- [ ] Component style update |
| 15 | +- [ ] TypeScript definition update |
| 16 | +- [ ] Refactoring |
| 17 | +- [ ] Code style optimization |
| 18 | +- [ ] Branch merge |
| 19 | +- [ ] Other (about what?) |
| 20 | + |
| 21 | +### What's the background? |
| 22 | + |
| 23 | +> 1. Describe the source of requirement. |
| 24 | +> 2. Resolve what problem. |
| 25 | +> 3. Related issue link. |
| 26 | +
|
| 27 | +### API Realization (Optional if not new feature) |
| 28 | + |
| 29 | +> 1. Basic thought of solution and other optional proposal. |
| 30 | +> 2. List final API realization and usage sample. |
| 31 | +> 3. GIF or snapshot should be provided if includes UI/interactive modification. |
| 32 | +
|
| 33 | +### What's the effect? (Optional if not new feature) |
| 34 | + |
| 35 | +> 1. Does this PR affect user? Which part will be affected? |
| 36 | +> 2. What will say in changelog? |
| 37 | +> 3. Does this PR contains potential break change or other risk? |
| 38 | +
|
| 39 | +### Changelog description (Optional if not new feature) |
| 40 | + |
| 41 | +> 1. English description |
| 42 | +> 2. Chinese description (optional) |
| 43 | +
|
| 44 | +### Self Check before Merge |
| 45 | + |
| 46 | +- [ ] Doc is updated/provided or not needed |
| 47 | +- [ ] Demo is updated/provided or not needed |
| 48 | +- [ ] TypeScript definition is updated/provided or not needed |
| 49 | +- [ ] Changelog is provided or not needed |
| 50 | + |
| 51 | +### Additional Plan? (Optional if not new feature) |
| 52 | + |
| 53 | +> If this PR related with other PR or following info. You can type here. |
0 commit comments