Skip to content

Commit 787eecc

Browse files
author
pompurin404
committed
adjust template
1 parent c484c13 commit 787eecc

File tree

2 files changed

+13
-9
lines changed

2 files changed

+13
-9
lines changed

.github/ISSUE_TEMPLATE/bug_report_zh.yml

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name: 错误反馈
2-
description: "提交 mihomo-party 漏洞"
3-
title: "[Bug] "
2+
description: '提交 mihomo-party 漏洞'
3+
title: '[Bug] '
44
body:
55
- type: checkboxes
66
id: ensure
77
attributes:
88
label: Verify steps
99
description: 在提交之前,请勾选以下所有选项以证明您已经阅读并理解了以下要求,否则该 issue 将被关闭。
1010
options:
11-
- label: 我未在[Issue Tracker](……/)中寻找过我要提出的问题
11+
- label: 我未在[Issue Tracker](./?q=is%3Aissue)中寻找过我要提出的问题
1212
- label: 我已在标题简短的描述了我所遇到的问题
1313
- label: 这是GUI程序的问题,而不是内核程序的问题
1414
- label: 我已经使用最新的测试版本测试过,问题依旧存在
@@ -22,13 +22,15 @@ body:
2222
- MacOS
2323
- Windows
2424
- Linux
25+
validations:
26+
required: true
2527
- type: input
2628
attributes:
2729
label: 系统版本
2830
description: 请提供出现问题的操作系统版本
2931
validations:
3032
required: true
31-
- type: textarea
33+
- type: input
3234
attributes:
3335
label: 发生问题 mihomo-party 版本
3436
validations:
@@ -44,4 +46,4 @@ body:
4446
label: 重现方式
4547
description: 请提供重现错误的步骤
4648
validations:
47-
required: true
49+
required: true

.github/ISSUE_TEMPLATE/feature_request_zh.yml

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name: 功能请求
2-
description: "请求 mihomo-party 功能"
3-
title: "[Feature] "
2+
description: '请求 mihomo-party 功能'
3+
title: '[Feature] '
44
body:
55
- type: checkboxes
66
id: ensure
77
attributes:
88
label: Verify steps
99
description: 在提交之前,请勾选以下所有选项以证明您已经阅读并理解了以下要求,否则该 issue 将被关闭。
1010
options:
11-
- label: 我已在[Issue Tracker](……/)中寻找过,但未找到我所需的功能
11+
- label: 我已在[Issue Tracker](./?q=is%3Aissue)中寻找过,但未找到我所需的功能
1212
- label: 我已在标题简短的描述了我所需的功能
1313
- label: 这是向GUI程序提出的功能请求,而不是内核程序
1414
- label: 我未在最新的测试版本找到我所需的功能
@@ -22,9 +22,11 @@ body:
2222
- MacOS
2323
- Windows
2424
- Linux
25+
validations:
26+
required: true
2527
- type: textarea
2628
attributes:
2729
label: 描述
2830
description: 请提供所需功能的详细描述
2931
validations:
30-
required: true
32+
required: true

0 commit comments

Comments
 (0)