nezha/.github/ISSUE_TEMPLATE/bug_report_zh.yml
UUBulb b128a0a5ed
fix server deletion api, add issue templates (#526)
* add issue templates

* fix: server deletion api
2024-12-01 23:45:26 +08:00

48 lines
1.3 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

name: 问题反馈
description: 提交 nezha 问题反馈
body:
- type: input
attributes:
label: 运行环境
description: 请在这里输入你的系统信息及设备架构
placeholder: Debian GNU/Linux 12 6.1.0-22-amd64
validations:
required: true
- type: input
attributes:
label: Agent 版本
description: 在这里输入你的 nezha 版本号
validations:
required: true
- type: textarea
attributes:
label: 描述问题
description: 一个清晰明了的问题描述
value: |
<details></details>
validations:
required: true
- type: textarea
attributes:
label: 复现步骤
description: 在这里输入你的配置信息及复现问题的步骤
value: |
<details></details>
validations:
required: true
- type: textarea
attributes:
label: 附加信息
description: 在这里输入其它对问题解决有帮助的信息
value: |
<details></details>
- type: checkboxes
attributes:
label: 验证
options:
- label: 我确认这是一个 nezha (哪吒面板) 的问题。
required: true
- label: 我已经搜索了 Issues并确认该问题之前没有被反馈过。
required: true