mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-06-04 02:26:11 +08:00
Some checks failed
test-build / Build Frontend (push) Has been cancelled
test-build / Smoke-test Coverage (macos-latest, 3.10) (push) Has been cancelled
test-build / Smoke-test Coverage (macos-latest, 3.11) (push) Has been cancelled
test-build / Smoke-test Coverage (macos-latest, 3.12) (push) Has been cancelled
test-build / Smoke-test Coverage (ubuntu-latest, 3.10) (push) Has been cancelled
test-build / Smoke-test Coverage (ubuntu-latest, 3.11) (push) Has been cancelled
test-build / Smoke-test Coverage (ubuntu-latest, 3.12) (push) Has been cancelled
test-build / Smoke-test Coverage (windows-latest, 3.10) (push) Has been cancelled
test-build / Smoke-test Coverage (windows-latest, 3.11) (push) Has been cancelled
test-build / Smoke-test Coverage (windows-latest, 3.12) (push) Has been cancelled
test-build / All-test Coverage (macos-latest, 3.10) (push) Has been cancelled
test-build / All-test Coverage (macos-latest, 3.11) (push) Has been cancelled
test-build / All-test Coverage (macos-latest, 3.12) (push) Has been cancelled
test-build / All-test Coverage (ubuntu-latest, 3.10) (push) Has been cancelled
test-build / All-test Coverage (ubuntu-latest, 3.11) (push) Has been cancelled
test-build / All-test Coverage (ubuntu-latest, 3.12) (push) Has been cancelled
test-build / All-test Coverage (windows-latest, 3.10) (push) Has been cancelled
test-build / All-test Coverage (windows-latest, 3.11) (push) Has been cancelled
test-build / All-test Coverage (windows-latest, 3.12) (push) Has been cancelled
pydantic1-compat-test / pydantic1 test (ubuntu-latest, 3.11) (push) Has been cancelled
Ruff Lint / Ruff Lint (push) Has been cancelled
test-build / Docker main (push) Has been cancelled
test-build / Docker main sentry (push) Has been cancelled
* ✨ feat(ISSUE_TEMPLATE): 修改问题报告模板 ✨ feat(ISSUE_TEMPLATE): 修改问题报告模板 * 💄 auto fix by pre-commit hooks --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
62 lines
1.4 KiB
YAML
62 lines
1.4 KiB
YAML
name: 问题报告
|
||
description: 我遇到了问题
|
||
|
||
body:
|
||
- type: markdown
|
||
id: environment
|
||
attributes:
|
||
value: |
|
||
## 环境
|
||
|
||
- type: input
|
||
id: nonebot_bison_version
|
||
attributes:
|
||
label: nonebot-bison 版本
|
||
description: 请填写 nonebot-bison 的版本
|
||
|
||
- type: input
|
||
id: nonebot_version
|
||
attributes:
|
||
label: nonebot 版本
|
||
description: 请填写 nonebot 的版本
|
||
|
||
- type: dropdown
|
||
id: installation_method
|
||
attributes:
|
||
label: 安装方式
|
||
description: 请选择安装方式
|
||
options:
|
||
- 通过 nb-cli 安装
|
||
- 使用 poetry/pdm 等现代包管理器安装
|
||
- 通过 pip install 安装
|
||
- 克隆或下载项目直接使用
|
||
|
||
- type: input
|
||
id: operating_system
|
||
attributes:
|
||
label: 操作系统
|
||
description: 请填写操作系统
|
||
|
||
- type: textarea
|
||
id: issue_description
|
||
attributes:
|
||
label: 问题
|
||
description: 请在这里描述你遇到的问题
|
||
|
||
- type: textarea
|
||
id: logs
|
||
attributes:
|
||
label: 日志
|
||
description: 请在这里粘贴你的日志
|
||
render: shell
|
||
|
||
- type: checkboxes
|
||
id: confirmations
|
||
attributes:
|
||
label: 确认
|
||
options:
|
||
- label: 我搜索过了 issue,但是并没有发现过与我类似的问题
|
||
required: true
|
||
- label: 我确认在日志中去掉了敏感信息
|
||
required: true
|