diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 052e41a6..015daadf 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -16,9 +16,11 @@ body: - label: | 检查这个问题是否属于 [本项目维护的规则](https://github.com/AIsouler/GKD_subscription) 导致的 required: true - - label: 确认知晓并同意维护者直接关闭不符合规范的issue + - label: 我确认知晓并同意维护者直接关闭不符合规范的issue required: true - - label: 确保提供下列BUG描述及其复现步骤, 否则我同意维护者直接关闭issue + - label: 我确保提供下列BUG描述及其复现步骤, 否则我同意维护者直接关闭issue + required: true + - label: 我确保提供 误触/不执行规则 的界面的快照, 否则我同意维护者直接关闭issue required: true - type: textarea id: feature-description diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 54b9280f..62d0caa8 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -13,11 +13,11 @@ body: options: - label: 搜索检查是否已经存在请求相同功能的问题/讨论,以避免重复创建issue required: true - - label: 确认知晓并同意维护者直接关闭不符合规范的issue + - label: 我确认知晓并同意维护者直接关闭不符合规范的issue required: true - - label: 确保提供正确的快照, 否则我同意维护者直接关闭issue + - label: 我确保提供正确的快照, 否则我同意维护者直接关闭issue required: true - - label: 确保已阅读[#120](https://github.com/AIsouler/GKD_subscription/issues/120),并确认需适配的快照不在不予适配的范围内,否则我同意维护者直接关闭问题 + - label: 我确保已阅读[#120](https://github.com/AIsouler/GKD_subscription/issues/120),并确认需适配的快照不在不予适配的范围内,否则我同意维护者直接关闭问题 required: true - type: textarea id: feature-description