Skip to content

Commit 34e0a2f

Browse files
authored
Issues template: Add require for latest version
1 parent 83eef6b commit 34e0a2f

2 files changed

Lines changed: 11 additions & 15 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,14 @@ body:
1313
required: true
1414
- label: I searched issues and did not find any similar issues.
1515
required: true
16-
- type: input
17-
attributes:
18-
label: Version
19-
description: Version of Xray-core
20-
validations:
21-
required: true
16+
- label: The problem can be successfully reproduced in the latest Release
17+
required: true
2218
- type: textarea
2319
attributes:
2420
label: Description
25-
description: Please provide a detailed description of the error. And the information you think valuable.
21+
description: |-
22+
Please provide a detailed description of the error. And the information you think valuable.
23+
If the problem occurs after the update, please provide the **specific** version
2624
validations:
2725
required: true
2826
- type: textarea

.github/ISSUE_TEMPLATE/bug_report_zh.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,16 @@ body:
1111
required: true
1212
- label: 我提供了完整的配置文件和日志,而不是出于自己的判断只给出截取的部分。
1313
required: true
14-
- label: 我搜索了issues,没有发现已提出的类似问题。
14+
- label: 我搜索了 issues, 没有发现已提出的类似问题。
15+
required: true
16+
- label: 问题在 Release 最新的版本上可以成功复现
1517
required: true
16-
- type: input
17-
attributes:
18-
label: 版本
19-
description: 使用的Xray-core版本
20-
validations:
21-
required: true
2218
- type: textarea
2319
attributes:
2420
label: 描述
25-
description: 请提供错误的详细描述。以及你认为有价值的信息。
21+
description: |-
22+
请提供错误的详细描述。以及你认为有价值的信息。
23+
如果问题在更新后出现,请提供**具体**出现问题的版本号。
2624
validations:
2725
required: true
2826
- type: textarea

0 commit comments

Comments
 (0)