From 4ca35d887bae19873dfc09599f7c511451e91ef0 Mon Sep 17 00:00:00 2001 From: MadCcc <1075746765@qq.com> Date: Wed, 29 Mar 2023 17:40:55 +0800 Subject: [PATCH] chore: update PR template with copilot (#41529) * chore: update PR template with copilot * chore: update --- .github/PULL_REQUEST_TEMPLATE.md | 15 +++++++++++++++ .github/PULL_REQUEST_TEMPLATE/pr_cn.md | 14 ++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index c5bf95428f..f2b6233dbf 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.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 - [ ] TypeScript definition is updated/provided or not needed - [ ] Changelog is provided or not needed + +--- + + + +### 🚀 Summary + +copilot:summary + +### 🔍 Walkthrough + +copilot:walkthrough diff --git a/.github/PULL_REQUEST_TEMPLATE/pr_cn.md b/.github/PULL_REQUEST_TEMPLATE/pr_cn.md index 046c0c2f54..a72aa0c3ea 100644 --- a/.github/PULL_REQUEST_TEMPLATE/pr_cn.md +++ b/.github/PULL_REQUEST_TEMPLATE/pr_cn.md @@ -61,3 +61,17 @@ - [ ] 代码演示已提供或无须提供 - [ ] TypeScript 定义已补充或无须补充 - [ ] Changelog 已提供或无须提供 + +--- + + + +### 🚀 概述 + +copilot:summary + +### 🔍 实现细节 + +copilot:walkthrough