forked from nezhahq/agent
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
94 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
name: Bug Report | ||
description: File a bug report about nezha-agent. | ||
|
||
body: | ||
- type: input | ||
attributes: | ||
label: Environment | ||
description: Input your OS information and host architecture here. | ||
placeholder: Debian GNU/Linux 12 6.1.0-22-amd64 | ||
validations: | ||
required: true | ||
- type: input | ||
attributes: | ||
label: Agent Version | ||
description: Input the version of your nezha-agent here. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Describe the bug | ||
description: A clear and concise description of what the bug is. | ||
value: | | ||
<details></details> | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: To Reproduce | ||
description: Input your configuration and the steps to reproduce the bug here. | ||
value: | | ||
<details></details> | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Additional Context | ||
description: Input any other relevant information that may help understand the issue. | ||
value: | | ||
<details></details> | ||
- type: checkboxes | ||
attributes: | ||
label: Validation | ||
options: | ||
- label: I confirm this is a bug about nezha-agent. | ||
required: true | ||
- label: I have searched Issues and confirm this bug has been reported before. | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
name: 问题反馈 | ||
description: 提交 nezha-agent 问题反馈 | ||
|
||
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-agent 版本号 | ||
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-agent 的问题。 | ||
required: true | ||
- label: 我已经搜索了 Issues,并确认该问题之前没有被反馈过。 | ||
required: true |