From fed829d0bc4f4517e8ccc8576b4828da98f2b0be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=9C=A87=E6=A5=BC?= <31154238+RayWangQvQ@users.noreply.github.com> Date: Sat, 11 May 2024 21:46:49 +0800 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug-report----.md | 2 +- ...2\351\276\231\347\274\272\351\231\267-.md" | 91 +++++++++++++++++++ .github/ISSUE_TEMPLATE/feature-request----.md | 2 +- 3 files changed, 93 insertions(+), 2 deletions(-) create mode 100644 ".github/ISSUE_TEMPLATE/bug-report-for-qinglong-\351\235\222\351\276\231\347\274\272\351\231\267-.md" diff --git a/.github/ISSUE_TEMPLATE/bug-report----.md b/.github/ISSUE_TEMPLATE/bug-report----.md index 871968086..ffe3ce9bd 100644 --- a/.github/ISSUE_TEMPLATE/bug-report----.md +++ b/.github/ISSUE_TEMPLATE/bug-report----.md @@ -59,4 +59,4 @@ BiliTool版本号:`x.x.x` <这里> ``` - \ No newline at end of file + diff --git "a/.github/ISSUE_TEMPLATE/bug-report-for-qinglong-\351\235\222\351\276\231\347\274\272\351\231\267-.md" "b/.github/ISSUE_TEMPLATE/bug-report-for-qinglong-\351\235\222\351\276\231\347\274\272\351\231\267-.md" new file mode 100644 index 000000000..fb9490c63 --- /dev/null +++ "b/.github/ISSUE_TEMPLATE/bug-report-for-qinglong-\351\235\222\351\276\231\347\274\272\351\231\267-.md" @@ -0,0 +1,91 @@ +--- +name: Bug report for QingLong(青龙缺陷) +about: 缺陷或异常(青龙专属) +title: "【Bug】【青龙】<请在标题中清晰地概述你要反馈的异常或缺陷>" +labels: '' +assignees: '' + +--- + + + +### 版本 + +BiliTool版本号:`x.x.x` + +青龙版本号:`x.x.x` + +### 确认 + +- [ ] 是的,我已搜索并确认,没有其他相同的议题 +- [ ] 是的,我确认,已尝试升级到最新版,但未解决 + +### 服务器架构 + +- [ ] x64 +- [ ] arm64 +- [ ] arm +- [ ] 其他(请在下面补充) + +### 服务器系统 + +- [ ] Windows +- [ ] macOS +- [ ] Linux + - [ ] Debian + - [ ] Ubuntu + - [ ] Windows + - [ ] Alpine + - [ ] Centos + - [ ] 其他(请在下面补充) + +### 青龙容器类型 + +- [ ] Docker +- [ ] Podman +- [ ] 其他(请在下面补充) + +### 青龙镜像 + +- [ ] whyour/qinglong:latest(Alpine) +- [ ] whyour/qinglong:debian(Debian) + +### 选择的BiliTool运行模式 + +- [ ] dotnet +- [ ] bilitool + +### 如果是青龙拉库相关bug,请贴出拉库方式截图 + +- [ ] 否 +- [ ] 是,截图如下 + +### 如果是缺失文件相关bug,请贴出容器内文件路径信息 + +- [ ] 否 +- [ ] 是,信息如下 + +查看方式参考文档:[提示文件不存在或路径异常怎么排查](https://github.com/RayWangQvQ/BiliBiliToolPro/blob/main/qinglong/README.md#43-提示文件不存在或路径异常怎么排查) + +BiliTool仓库文件路径:`<粘贴路径>` + +脚本文件路径:`<粘贴路径>` + +<这里贴截图> + +### 问题描述 + + +<这里> + +### 日志信息 + + + +
+ +``` +<这里> +``` + +
diff --git a/.github/ISSUE_TEMPLATE/feature-request----.md b/.github/ISSUE_TEMPLATE/feature-request----.md index 3fc4a945f..2e6f375ce 100644 --- a/.github/ISSUE_TEMPLATE/feature-request----.md +++ b/.github/ISSUE_TEMPLATE/feature-request----.md @@ -2,7 +2,7 @@ name: Feature request(建议) about: 建议或需求 title: "【建议】<请在标题中清晰地概述你的建议>" -labels: 建议/enhancement +labels: '' assignees: '' ---