diff --git a/.github/ISSUE_TEMPLATE/01-Report_Bug.yml b/.github/ISSUE_TEMPLATE/01-Report_Bug.yml
index db459dc..feaeb41 100644
--- a/.github/ISSUE_TEMPLATE/01-Report_Bug.yml
+++ b/.github/ISSUE_TEMPLATE/01-Report_Bug.yml
@@ -1,9 +1,8 @@
name: 🐞 Bug 报告
description: 有 Bug 了吗?
title: "详细报告BUG是chsrc用户的一大美德"
-labels: ['Bug']
+labels: ["Bug"]
body:
-
- type: markdown
attributes:
value: |
diff --git a/.github/ISSUE_TEMPLATE/03-Share.yml b/.github/ISSUE_TEMPLATE/03-Share.yml
index 5b6e037..8316d8e 100644
--- a/.github/ISSUE_TEMPLATE/03-Share.yml
+++ b/.github/ISSUE_TEMPLATE/03-Share.yml
@@ -1,7 +1,7 @@
name: 🎉 我找到了新的镜像站或源!
description: 为大家分享新的镜像站或可用源!
title: "分享是chsrc用户的一大美德"
-labels: ['']
+labels: [""]
body:
- type: markdown
attributes:
diff --git a/.github/ISSUE_TEMPLATE/04-Deprecate.yml b/.github/ISSUE_TEMPLATE/04-Deprecate.yml
index 640e79e..7e7d445 100644
--- a/.github/ISSUE_TEMPLATE/04-Deprecate.yml
+++ b/.github/ISSUE_TEMPLATE/04-Deprecate.yml
@@ -1,7 +1,7 @@
name: ⛓️💥 镜像源已失效
description: 该镜像站已关停/该源已不再被支持
title: "报告镜像源情况是chsrc用户的一大美德"
-labels: ['Deprecate']
+labels: ["Deprecate"]
body:
- type: markdown
attributes:
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index 3191d56..0699589 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -5,50 +5,33 @@
1. 简要说明此 PR 修复的具体问题或改进的功能背景
2. 列出与此 PR 相关的 issue 或任务,若没有填 `N/A`
----
-
+
## 方案 (必填)
详细描述针对该问题或功能改进的解决方案
-
-
## 实现 (可选)
在按照上述方案实现时,若遇到需记录和提醒他人的细节时,务必在此描述
-
-
-
-
-
## 测试 (可选)
描述如何验证本 PR,列出具体的测试步骤
-
-
-
-
## 备注 (可选)
列出需要特别注意或额外注意的事项
----
-
+