From 9a5f82915651262d670da81821b14578c2f1504e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8D=89=E9=9E=8B=E6=B2=A1=E5=8F=B7?= <308487730@qq.com> Date: Mon, 11 Jul 2022 11:02:50 +0800 Subject: [PATCH] chore: update `.github/PULL_REQUEST_TEMPLATE.md` --- .github/PULL_REQUEST_TEMPLATE.md | 29 ++++++++--------------------- 1 file changed, 8 insertions(+), 21 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 4606921..c533dfb 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,25 +1,12 @@ -### PR Checklist + -#### What is the current behavior? +### Description -Please describe the current behavior and link to a relevant issue. + -#### Issue Number +### What is the purpose of this pull request? -Example: \#123 - -#### What is the new behavior? - -Please describe the new behavior or provide screenshots. - -#### Does this PR introduce a breaking change? - - -- [ ] Yes -- [ ] No - -#### Specific Instructions - -Are there any specific instructions or things that should be known prior to review? - -#### Other information +- [ ] Bug fix +- [ ] New Feature +- [ ] Documentation update +- [ ] Other