mirror of
https://github.com/Buriburizaem0n/nezha_domains.git
synced 2026-02-04 04:30:05 +00:00
issue template 必须填写配置 (#913)
This commit is contained in:
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:
|
||||||
|
|||||||
Reference in New Issue
Block a user