mirror of
https://github.com/Buriburizaem0n/nezha_domains.git
synced 2026-02-05 21:20:06 +00:00
fix server deletion api, add issue templates (#526)
* add issue templates * fix: server deletion api
This commit is contained in:
47
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file
47
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file
@@ -0,0 +1,47 @@
|
||||
name: Bug Report
|
||||
description: File a bug report about nezha.
|
||||
|
||||
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 copy of nezha 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 (Nezha Dashboard).
|
||||
required: true
|
||||
- label: I have searched Issues and confirm this bug has been reported before.
|
||||
required: true
|
||||
Reference in New Issue
Block a user