ant-design/.github/PULL_REQUEST_TEMPLATE.md

43 lines
1.3 KiB
Markdown
Raw Normal View History

First of all, thank you for your contribution! 😄
2016-02-23 09:43:21 +08:00
Please makes sure that these form are filled before submitting your pull request, thank you!
2016-02-23 09:43:21 +08:00
2019-01-04 23:47:45 +08:00
[[中文版](https://github.com/ant-design/ant-design/blob/master/.github/PULL_REQUEST_TEMPLATE/pr_cn.md)]
2017-06-13 14:38:34 +08:00
### This is a ...
2017-06-13 14:38:34 +08:00
- [ ] New feature
- [ ] Bug fix
- [ ] Site / document update
- [ ] Branch merge
- [ ] Other (about what?)
2017-06-13 14:38:34 +08:00
### What's the background?
> 1. Describe the source of requirement.
> 2. Resolve what problem.
> 3. Related issue link.
### API Realization (Optional if not new feature)
> 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.
### What's the effect? (Optional if not new feature)
2017-06-13 14:38:34 +08:00
> 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?
2017-06-13 14:38:34 +08:00
### 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 provided
### Additional Plan? (Optional if not new feature)
> If this PR related with other PR or following info. You can type here.