format and use comments

This commit is contained in:
Mikachu2333 2025-06-18 23:15:29 +08:00 committed by ccmywish
parent 82efdf97d4
commit 944a803ba4
4 changed files with 8 additions and 26 deletions

View File

@ -1,9 +1,8 @@
name: 🐞 Bug 报告
description: 有 Bug 了吗?
title: "详细报告BUG是chsrc用户的一大美德"
labels: ['Bug']
labels: ["Bug"]
body:
- type: markdown
attributes:
value: |

View File

@ -1,7 +1,7 @@
name: 🎉 我找到了新的镜像站或源!
description: 为大家分享新的镜像站或可用源!
title: "分享是chsrc用户的一大美德"
labels: ['']
labels: [""]
body:
- type: markdown
attributes:

View File

@ -1,7 +1,7 @@
name: ⛓️‍💥 镜像源已失效
description: 该镜像站已关停/该源已不再被支持
title: "报告镜像源情况是chsrc用户的一大美德"
labels: ['Deprecate']
labels: ["Deprecate"]
body:
- type: markdown
attributes:

View File

@ -5,50 +5,33 @@
1. 简要说明此 PR 修复的具体问题或改进的功能背景
2. 列出与此 PR 相关的 issue 或任务,若没有填 `N/A`
---
<!--
例如:
当前 `chsrc list` 命令无法正确排序镜像源列表
- Closes #123
- Depends on #789
<br>
-->
## 方案 (必填)
详细描述针对该问题或功能改进的解决方案
<br>
## 实现 (可选)
在按照上述方案实现时,若遇到需记录和提醒他人的细节时,务必在此描述
<br>
## 测试 (可选)
描述如何验证本 PR列出具体的测试步骤
<br>
## 备注 (可选)
列出需要特别注意或额外注意的事项
---
<!--
例如:
- 此 PR 向后兼容,原有命令和选项不受影响
<br>
- 此 PR 与之前的版本兼容,原有命令和选项不受影响
-->