2019-03-21 10:16:56 +08:00
|
|
|
<!--
|
2019-01-03 16:20:56 +08:00
|
|
|
First of all, thank you for your contribution! 😄
|
2022-07-26 11:28:26 +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
|
|
|
|
2024-08-08 13:47:50 +08:00
|
|
|
[中文版模板 / Chinese template](https://github.com/ant-design/ant-design/blob/master/.github/PULL_REQUEST_TEMPLATE_CN.md?plain=1)
|
2019-05-07 14:57:32 +08:00
|
|
|
|
2019-03-03 15:18:36 +08:00
|
|
|
### 🤔 This is a ...
|
2017-06-13 14:38:34 +08:00
|
|
|
|
2024-08-08 13:47:50 +08:00
|
|
|
- [ ] 🆕 New feature
|
|
|
|
- [ ] 🐞 Bug fix
|
|
|
|
- [ ] 📝 Site / documentation improvement
|
|
|
|
- [ ] 📽️ Demo improvement
|
|
|
|
- [ ] 💄 Component style improvement
|
|
|
|
- [ ] 🤖 TypeScript definition improvement
|
|
|
|
- [ ] 📦 Bundle size optimization
|
|
|
|
- [ ] ⚡️ Performance optimization
|
|
|
|
- [ ] ⭐️ Feature enhancement
|
|
|
|
- [ ] 🌐 Internationalization
|
|
|
|
- [ ] 🛠 Refactoring
|
|
|
|
- [ ] 🎨 Code style optimization
|
|
|
|
- [ ] ✅ Test Case
|
|
|
|
- [ ] 🔀 Branch merge
|
|
|
|
- [ ] ⏩ Workflow
|
|
|
|
- [ ] ❓ Other (about what?)
|
|
|
|
|
|
|
|
### 🔗 Related Issues
|
|
|
|
|
|
|
|
> - Describe the source of related requirements, such as links to relevant issue discussions.
|
|
|
|
> - For example: close #xxxx, fix #xxxx
|
|
|
|
|
|
|
|
### 💡 Background and Solution
|
|
|
|
|
|
|
|
> - The specific problem to be addressed.
|
|
|
|
> - List the final API implementation and usage if needed.
|
|
|
|
> - If there are UI/interaction changes, consider providing screenshots or GIFs.
|
|
|
|
|
|
|
|
### 📝 Change Log
|
|
|
|
|
2024-08-15 14:26:07 +08:00
|
|
|
> - Read [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) like a cat tracks a laser pointer.
|
2024-08-08 13:47:50 +08:00
|
|
|
> - Describe the impact of the changes on developers, not the solution approach.
|
|
|
|
> - Reference: https://ant.design/changelog
|
2024-07-03 10:48:09 +08:00
|
|
|
|
2019-05-20 11:46:00 +08:00
|
|
|
| Language | Changelog |
|
|
|
|
| ---------- | --------- |
|
|
|
|
| 🇺🇸 English | |
|
|
|
|
| 🇨🇳 Chinese | |
|