Skip to content

Commit dc39c7e

Browse files
committed
update: 更合理的issue模板
1 parent 77d615b commit dc39c7e

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ body:
6666
label: 验证
6767
description: 提交前请确认已经做过以下操作 / Before submitting the issue, please make sure you do the following
6868
options:
69-
- label: 检查该问题是否已被提过 / Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
69+
- label: 检查过该问题,之前没有人提过 / Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
7070
required: true
7171
- label: 提供了最小可复现工程或详细的复现步骤,确保开发者可以复现 / The provided reproduction is a [minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) of the bug.
7272
required: true

.github/ISSUE_TEMPLATE/feature-request.yml

+16
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,19 @@ body:
3030
label: 其他备注信息或截图 / Add any other context or screenshots about the feature request here
3131
validations:
3232
required: false
33+
- type: checkboxes
34+
id: checkboxes
35+
attributes:
36+
label: 确认信息
37+
description: 提交前请确认已经做过以下操作 / Before submitting the issue, please make sure you do the following
38+
options:
39+
- label: 检查过该需求,之前没有人提过 / Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
40+
required: true
41+
- label: 这个需求是真实存在的,并且对于本项目来说是必要的
42+
required: true
43+
- label: 我已经提供了该需求的清晰、详细、完整的方案,请按该方案进行实施
44+
required: true
45+
- label: 我认为我提供的信息已经足够,不需要其他人继续完善该需求的其他细节
46+
required: true
47+
- label: 我同意跟进该需求的实施进程,并在适时提供合理的解释与纠正
48+
required: true

0 commit comments

Comments
 (0)