Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update issue templates #721

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug-report----.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ BiliTool版本号:`x.x.x`
<这里>
```

</details>
</details>
91 changes: 91 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report-for-qinglong-青龙缺陷-.md
Original file line number Diff line number Diff line change
@@ -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仓库文件路径:`<粘贴路径>`

脚本文件路径:`<粘贴路径>`

<这里贴截图>

### 问题描述

<!-- 请在下方清晰的描述所您所遇到的问题 -->
<这里>

### 日志信息

<!-- 请在下方贴出Debug级别的日志信息,以便更高效的确定和解决问题 -->

<details>

```
<这里>
```

</details>
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature-request----.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Feature request(建议)
about: 建议或需求
title: "【建议】<请在标题中清晰地概述你的建议>"
labels: 建议/enhancement
labels: ''
assignees: ''

---
Expand Down
Loading