From f56dba4d89bd27d0117bbf7f50e6db754808d1eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=A4=E5=BF=83?= <3277200+sentsim@users.noreply.github.com> Date: Thu, 18 May 2023 22:59:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83=20Github=20PR=20=E6=A8=A1?= =?UTF-8?q?=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/pull_request_template.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 60abdbc5..2a531456 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,6 +1,6 @@ ### 😃 本次 PR 的变化性质 -> 请至少勾选一项(即 [ ] 内填写 x ) +> 请至少勾选一项([ ] 内填写 x ) - [ ] 功能新增 - [x] 问题修复 @@ -10,12 +10,12 @@ ### 🌱 本次 PR 的变化内容 -- 在此处尽可能列出本次 PR 的每一项改动的内容 +- 在此处列出本次 PR 的每一项改动内容 ### ✅ 本次 PR 的满足条件 -> 请在申请合并之前,将符合条件的每一项进行勾选(即 [ ] 内填写 x ) +> 请在申请合并之前,将符合条件的每一项进行勾选([ ] 内填写 x ) - [ ] 已提供在线演示地址(如:[codepen](https://codepen.io/))或无需演示 - [ ] 已对每一项的改动均测试通过