mirror of
https://github.com/nezhahq/nezha.git
synced 2025-01-22 12:48:14 -05:00
issue template 必须填写配置 (#913)
This commit is contained in:
parent
5128bfff61
commit
6cf0e7f1cf
10
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
10
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -26,7 +26,15 @@ body:
|
|||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: To Reproduce
|
label: To Reproduce
|
||||||
description: Input your configuration and the steps to reproduce the bug here.
|
description: Input the steps to reproduce the bug here.
|
||||||
|
value: |
|
||||||
|
<details></details>
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Configuration
|
||||||
|
description: Input your configuration here.
|
||||||
value: |
|
value: |
|
||||||
<details></details>
|
<details></details>
|
||||||
validations:
|
validations:
|
||||||
|
10
.github/ISSUE_TEMPLATE/bug_report_zh.yml
vendored
10
.github/ISSUE_TEMPLATE/bug_report_zh.yml
vendored
@ -26,7 +26,15 @@ body:
|
|||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: 复现步骤
|
label: 复现步骤
|
||||||
description: 在这里输入你的配置信息及复现问题的步骤
|
description: 在这里输入复现问题的步骤
|
||||||
|
value: |
|
||||||
|
<details></details>
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: 配置信息
|
||||||
|
description: 在这里输入你的配置信息
|
||||||
value: |
|
value: |
|
||||||
<details></details>
|
<details></details>
|
||||||
validations:
|
validations:
|
||||||
|
Loading…
Reference in New Issue
Block a user