Skip to content

Commit

Permalink
adjust template
Browse files Browse the repository at this point in the history
  • Loading branch information
pompurin404 committed Aug 11, 2024
1 parent c484c13 commit 787eecc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
12 changes: 7 additions & 5 deletions .github/ISSUE_TEMPLATE/bug_report_zh.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: 错误反馈
description: "提交 mihomo-party 漏洞"
title: "[Bug] "
description: '提交 mihomo-party 漏洞'
title: '[Bug] '
body:
- type: checkboxes
id: ensure
attributes:
label: Verify steps
description: 在提交之前,请勾选以下所有选项以证明您已经阅读并理解了以下要求,否则该 issue 将被关闭。
options:
- label: 我未在[Issue Tracker](……/)中寻找过我要提出的问题
- label: 我未在[Issue Tracker](./?q=is%3Aissue)中寻找过我要提出的问题
- label: 我已在标题简短的描述了我所遇到的问题
- label: 这是GUI程序的问题,而不是内核程序的问题
- label: 我已经使用最新的测试版本测试过,问题依旧存在
Expand All @@ -22,13 +22,15 @@ body:
- MacOS
- Windows
- Linux
validations:
required: true
- type: input
attributes:
label: 系统版本
description: 请提供出现问题的操作系统版本
validations:
required: true
- type: textarea
- type: input
attributes:
label: 发生问题 mihomo-party 版本
validations:
Expand All @@ -44,4 +46,4 @@ body:
label: 重现方式
description: 请提供重现错误的步骤
validations:
required: true
required: true
10 changes: 6 additions & 4 deletions .github/ISSUE_TEMPLATE/feature_request_zh.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: 功能请求
description: "请求 mihomo-party 功能"
title: "[Feature] "
description: '请求 mihomo-party 功能'
title: '[Feature] '
body:
- type: checkboxes
id: ensure
attributes:
label: Verify steps
description: 在提交之前,请勾选以下所有选项以证明您已经阅读并理解了以下要求,否则该 issue 将被关闭。
options:
- label: 我已在[Issue Tracker](……/)中寻找过,但未找到我所需的功能
- label: 我已在[Issue Tracker](./?q=is%3Aissue)中寻找过,但未找到我所需的功能
- label: 我已在标题简短的描述了我所需的功能
- label: 这是向GUI程序提出的功能请求,而不是内核程序
- label: 我未在最新的测试版本找到我所需的功能
Expand All @@ -22,9 +22,11 @@ body:
- MacOS
- Windows
- Linux
validations:
required: true
- type: textarea
attributes:
label: 描述
description: 请提供所需功能的详细描述
validations:
required: true
required: true

0 comments on commit 787eecc

Please sign in to comment.