ant-design/.github/PULL_REQUEST_TEMPLATE.md

67 lines
1.7 KiB
Markdown
Raw Normal View History

<!--
First of all, thank you for your contribution! 😄
2016-02-23 09:43:21 +08:00
For requesting to pull a new feature or bugfix, please send it from a feature/bugfix branch based on the `master` branch.
Before submitting your pull request, please make sure the checklist below is confirmed.
Your pull requests will be merged after one of the collaborators approve.
Thank you!
2020-05-14 15:10:19 +08:00
-->
2016-02-23 09:43:21 +08:00
[[中文版模板 / Chinese template](https://github.com/ant-design/ant-design/blob/master/.github/PULL_REQUEST_TEMPLATE/pr_cn.md)]
2019-05-07 14:57:32 +08:00
### 🤔 This is a ...
2017-06-13 14:38:34 +08:00
- [ ] New feature
- [ ] Bug fix
2020-05-14 15:10:19 +08:00
- [ ] Site / documentation update
- [ ] Demo update
2019-01-08 20:41:02 +08:00
- [ ] Component style update
- [ ] TypeScript definition update
2020-05-14 15:10:19 +08:00
- [ ] Bundle size optimization
2020-07-02 12:16:44 +08:00
- [ ] Performance optimization
2020-08-05 18:30:53 +08:00
- [ ] Enhancement feature
- [ ] Internationalization
- [ ] Refactoring
- [ ] Code style optimization
2019-04-23 20:13:09 +08:00
- [ ] Test Case
- [ ] Branch merge
- [ ] Other (about what?)
2017-06-13 14:38:34 +08:00
2019-07-16 11:56:58 +08:00
### 🔗 Related issue link
2019-03-31 20:43:06 +08:00
<!--
1. Put the related issue or discussion links here.
2019-03-31 20:43:06 +08:00
-->
2019-07-16 11:56:58 +08:00
### 💡 Background and solution
2019-03-31 20:43:06 +08:00
<!--
2019-07-16 11:56:58 +08:00
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 the final API implementation and usage sample if that is a new feature.
2019-03-31 20:43:06 +08:00
-->
2017-06-13 14:38:34 +08:00
2019-03-31 20:43:06 +08:00
### 📝 Changelog
2019-03-31 20:43:06 +08:00
<!--
2020-11-03 16:02:37 +08:00
Describe changes from the user side, and list all potential break changes or other risks.
2019-03-31 20:43:06 +08:00
--->
2019-05-20 11:46:00 +08:00
| Language | Changelog |
| ---------- | --------- |
| 🇺🇸 English | |
| 🇨🇳 Chinese | |
### ☑️ Self-Check before Merge
2020-05-14 15:10:19 +08:00
⚠️ 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