-
Notifications
You must be signed in to change notification settings - Fork 171
/
pr_cn.md
77 lines (59 loc) · 1.68 KB
/
pr_cn.md
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!--
首先,感谢您参与代码贡献! 😄
为了提交新的功能或修改,请在主分支`main`分支上拉取开发分支 。
在提交PR 之前,请确认下面列到的一些内容
你的PR在核心成员review后,合并到主分支
谢谢!
-->
### 🤔 这个分支是...
- [ ] 新功能
- [ ] Bug fix
- [ ] Ts 类型更新
- [ ] 打包优化
- [ ] 性能优化
- [ ] 功能增强
- [ ] 重构
- [ ] 依赖版本更新
- [ ] 代码优化
- [ ] 测试 case 更新
- [ ] 分支合并
- [ ] 网站/文档更新
- [ ] demo 更新
- [ ] Workflow
- [ ] 配置修改
- [ ] 发布
- [ ] 其他 (具体是什么,请补充?)
### 🔗 相关 issue 连接
<!--
1. 相关的issue或者讨论,请贴在这里.
2. close #xxxx or fix #xxxx for instance.
-->
### 💡 问题的背景&解决方案
<!--
1. 描述问题和场景
2. 如果包含UI/交互相关的修改,请提供GIF或者截图
3. 提供如何解决问题的,如果是开发新的功能,请提供最终的API实现和使用案例
-->
### 📝 Changelog
<!--
描述用户侧的修改,并列出所有可能的新功能、修改、以及风险
--->
| Language | Changelog |
| ---------- | --------- |
| 🇺🇸 English | |
| 🇨🇳 Chinese | |
### ☑️ 自测
⚠️ 在提交 PR 之前,请检查一下内容. ⚠️
- [ ] 文档提供了,或者更新,或者不需要
- [ ] Demo 提供了,或者更新,或者不需要
- [ ] Ts 类型定义提供了,或者更新,或者不需要
- [ ] Changelog 提供了,或者不需要
---
<!--
Below are template for copilot to generate CR message.
Please DO NOT modify it.
-->
### 🚀 Summary
copilot:summary
### 🔍 Walkthrough
copilot:walkthrough