Browse Source
chore: update PR template with copilot (#41529)
* chore: update PR template with copilot
* chore: update
pull/41542/head
MadCcc
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
29 additions and
0 deletions
-
.github/PULL_REQUEST_TEMPLATE.md
-
.github/PULL_REQUEST_TEMPLATE/pr_cn.md
|
@ -61,3 +61,18 @@ Describe changes from the user side, and list all potential break changes or oth |
|
|
- [ ] Demo is updated/provided or not needed |
|
|
- [ ] Demo is updated/provided or not needed |
|
|
- [ ] TypeScript definition is updated/provided or not needed |
|
|
- [ ] TypeScript definition is updated/provided or not needed |
|
|
- [ ] Changelog is provided or not needed |
|
|
- [ ] Changelog is provided or not needed |
|
|
|
|
|
|
|
|
|
|
|
--- |
|
|
|
|
|
|
|
|
|
|
|
<!-- |
|
|
|
|
|
Below are template for copilot to generate CR message. |
|
|
|
|
|
Please DO NOT modify it. |
|
|
|
|
|
--> |
|
|
|
|
|
|
|
|
|
|
|
### 🚀 Summary |
|
|
|
|
|
|
|
|
|
|
|
copilot:summary |
|
|
|
|
|
|
|
|
|
|
|
### 🔍 Walkthrough |
|
|
|
|
|
|
|
|
|
|
|
copilot:walkthrough |
|
|
|
@ -61,3 +61,17 @@ |
|
|
- [ ] 代码演示已提供或无须提供 |
|
|
- [ ] 代码演示已提供或无须提供 |
|
|
- [ ] TypeScript 定义已补充或无须补充 |
|
|
- [ ] TypeScript 定义已补充或无须补充 |
|
|
- [ ] Changelog 已提供或无须提供 |
|
|
- [ ] Changelog 已提供或无须提供 |
|
|
|
|
|
|
|
|
|
|
|
--- |
|
|
|
|
|
|
|
|
|
|
|
<!-- |
|
|
|
|
|
以下为 copilot 自动生成的 CR 结果,请勿修改 |
|
|
|
|
|
--> |
|
|
|
|
|
|
|
|
|
|
|
### 🚀 概述 |
|
|
|
|
|
|
|
|
|
|
|
copilot:summary |
|
|
|
|
|
|
|
|
|
|
|
### 🔍 实现细节 |
|
|
|
|
|
|
|
|
|
|
|
copilot:walkthrough |
|
|