mirror of
https://github.com/Buriburizaem0n/nezha_domains.git
synced 2026-02-04 12:40:07 +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
|
||||
attributes:
|
||||
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: |
|
||||
<details></details>
|
||||
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
|
||||
attributes:
|
||||
label: 复现步骤
|
||||
description: 在这里输入你的配置信息及复现问题的步骤
|
||||
description: 在这里输入复现问题的步骤
|
||||
value: |
|
||||
<details></details>
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: 配置信息
|
||||
description: 在这里输入你的配置信息
|
||||
value: |
|
||||
<details></details>
|
||||
validations:
|
||||
|
||||
Reference in New Issue
Block a user