From a5ce421f215bf454268da5e3ca999a3f74e500cf Mon Sep 17 00:00:00 2001 From: "xikai.wxk" Date: Wed, 10 May 2023 10:19:43 +0800 Subject: [PATCH] feat: simplify the PR tmpl --- .github/pull_request_template.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 362e9619d8..8dfc10fc1d 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,11 +1,14 @@ -## Which issue does this PR close? - +## Issue to Close Closes # -## Rationale for this change +## Rationale + + +## Changes + + +## User-facing Changes -## What changes are included in this PR? -## Are there any user-facing changes? +## Test Plan -## How does this change test