From cd5652d4933421e337759471a14b45d9f029b890 Mon Sep 17 00:00:00 2001 From: mtvpls Date: Sat, 20 Dec 2025 13:30:26 +0800 Subject: [PATCH 1/3] Create bug.yaml --- .github/ISSUE_TEMPLATE/bug.yaml | 87 +++++++++++++++++++++++++++++++++ 1 file changed, 87 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug.yaml diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml new file mode 100644 index 0000000..2522f45 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.yaml @@ -0,0 +1,87 @@ +name: Bug 报告 🐛 +description: 汇报一个BUG +labels: [ "bug" ] +assignees: + - Mr-Quin +body: + - type: markdown + attributes: + value: 感谢汇报BUG ❤️ + + - type: checkboxes + attributes: + label: 最新版本 + description: 请确认您使用的是最新版本,问题可能已经被修复。 + options: + - label: 我使用的是最新版本 + required: true + + - type: textarea + attributes: + label: 问题描述 + description: 请提供尽可能详细的问题描述 + validations: + required: true + + - type: textarea + attributes: + label: 复现步骤 + description: 如何复现这个问题? + value: | + 1. + 2. + 3. + + - type: textarea + attributes: + label: 网络请求与日志 + description: | + 请供网络请求与日志信息 + + - type: markdown + attributes: + value: "## 运行环境" + + - type: dropdown + attributes: + label: 部署方式 + description: 请选择您的部署方式 + options: + - Docker + - Vercel + - 其他 + validations: + required: true + + - type: input + attributes: + label: 其他部署方式 + description: 如果选择了“其他”,请在此输入您的部署方式 + validations: + required: false + + - type: dropdown + attributes: + label: 浏览器类型 + description: 请选择您的浏览器类型 + options: + - Chrome + - Firefox + - Edge + - Safari + - 其他 + validations: + required: true + + - type: input + attributes: + label: 其他浏览器 + description: 如果选择了“其他”,请在此输入您的浏览器类型 + validations: + required: false + + - type: checkboxes + attributes: + label: 是否为移动设备 + options: + - label: 是 From 4db332b67fe8496ee953af5a9c06d86aa9f56cfc Mon Sep 17 00:00:00 2001 From: mtvpls Date: Sat, 20 Dec 2025 13:32:50 +0800 Subject: [PATCH 2/3] =?UTF-8?q?Create=20=E5=8A=9F=E8=83=BD=E8=AF=B7?= =?UTF-8?q?=E6=B1=82.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/功能请求.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/功能请求.md diff --git a/.github/ISSUE_TEMPLATE/功能请求.md b/.github/ISSUE_TEMPLATE/功能请求.md new file mode 100644 index 0000000..8789618 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/功能请求.md @@ -0,0 +1,20 @@ +--- +name: 功能请求 +about: 有什么想法都可以提 +title: '' +labels: enhancement + +--- + +**功能说明** +简单描述需要的功能 + + +**使用场景** +说明为什么需要这个功能 + + +**其他内容** +其他可供参考的内容,如: +- 截图 +- 其他有类似功能的项目 From 5588b21c9e7e05f9ec99bb8df914f57e3d8387a2 Mon Sep 17 00:00:00 2001 From: mtvpls Date: Sat, 20 Dec 2025 15:15:13 +0800 Subject: [PATCH 3/3] Create config.yml --- .github/ISSUE_TEMPLATE/config.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..3ba13e0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false