2019-01-03 16:20:56 +08:00
|
|
|
First of all, thank you for your contribution! 😄
|
2016-02-23 09:43:21 +08:00
|
|
|
|
2019-01-07 09:28:00 +08:00
|
|
|
New feature please send pull request to feature branch, and rest to master branch.
|
|
|
|
Pull request will be merged after one of collaborators approve.
|
2019-01-03 16:20:56 +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-07 09:28:00 +08:00
|
|
|
[[中文版模板 / Chinese template](https://github.com/ant-design/ant-design/blob/master/.github/PULL_REQUEST_TEMPLATE/pr_cn.md)]
|
2017-06-13 14:38:34 +08:00
|
|
|
|
2019-03-03 15:18:36 +08:00
|
|
|
### 🤔 This is a ...
|
2017-06-13 14:38:34 +08:00
|
|
|
|
2019-01-03 16:20:56 +08:00
|
|
|
- [ ] New feature
|
|
|
|
- [ ] Bug fix
|
|
|
|
- [ ] Site / document update
|
2019-01-08 20:41:02 +08:00
|
|
|
- [ ] Component style update
|
2019-01-07 09:28:00 +08:00
|
|
|
- [ ] TypeScript definition update
|
|
|
|
- [ ] Refactoring
|
|
|
|
- [ ] Code style optimization
|
2019-01-03 16:20:56 +08:00
|
|
|
- [ ] Branch merge
|
|
|
|
- [ ] Other (about what?)
|
2017-06-13 14:38:34 +08:00
|
|
|
|
2019-03-04 22:30:19 +08:00
|
|
|
### 👻 What's the background?
|
2019-01-07 09:28:00 +08:00
|
|
|
|
2019-03-05 15:44:24 +08:00
|
|
|
1. Describe the source of requirement, like related issue link.
|
2019-01-29 12:01:52 +08:00
|
|
|
|
2019-03-05 15:44:24 +08:00
|
|
|
2. Describe the problem and the scenario.
|
2019-01-07 09:28:00 +08:00
|
|
|
|
2019-03-03 15:18:36 +08:00
|
|
|
### 💡 Solution
|
2019-01-07 09:28:00 +08:00
|
|
|
|
2019-03-04 22:30:19 +08:00
|
|
|
1. How to fix the problem, and list final API implementation and usage sample if that is an new feature.
|
2017-06-13 14:38:34 +08:00
|
|
|
|
2019-03-03 15:18:36 +08:00
|
|
|
2. GIF or snapshot should be provided if includes UI/interactive modification.
|
2017-06-13 14:38:34 +08:00
|
|
|
|
2019-03-03 15:18:36 +08:00
|
|
|
### 📝 Changelog description
|
2019-01-07 09:28:00 +08:00
|
|
|
|
2019-03-12 23:14:52 +08:00
|
|
|
> Describe changes from userside, and list all potential break changes or other risks.
|
2019-01-07 09:28:00 +08:00
|
|
|
|
2019-03-03 15:18:36 +08:00
|
|
|
1. English description
|
|
|
|
|
|
|
|
2. Chinese description (optional)
|
|
|
|
|
|
|
|
### ☑️ Self Check before Merge
|
2019-01-03 16:20:56 +08:00
|
|
|
|
|
|
|
- [ ] Doc is updated/provided or not needed
|
|
|
|
- [ ] Demo is updated/provided or not needed
|
|
|
|
- [ ] TypeScript definition is updated/provided or not needed
|
2019-01-07 09:28:00 +08:00
|
|
|
- [ ] Changelog is provided or not needed
|