diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 00ea7667..76780070 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -7,6 +7,14 @@ body: value: | Thanks for taking the time to fill out this bug report, please **confirm that your issue is not a duplicate issue and not because of your operation or version issues** 感谢您花时间填写此错误报告,请**务必确认您的issue不是重复的且不是因为您的操作或版本问题** + - type: checkboxes + attributes: + label: Please make sure of the following things + description: You may select more than one, even select all. + options: + - label: I have read the [documentation](https://alist-doc.nn.ci). + - label: I'm sure there are no duplicate issues or discussions. + - label: I'm sure it's due to `alist` and not something else(such as `Dependencies` or `Operational`). - type: input id: version attributes: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index b59c42f5..f89d4261 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -2,6 +2,15 @@ name: "Feature request" description: Feature request labels: ["enhancement: pending triage"] body: + - type: checkboxes + attributes: + label: Please make sure of the following things + description: You may select more than one, even select all. + options: + - label: I have read the [documentation](https://alist-doc.nn.ci). + - label: I'm sure there are no duplicate issues or discussions. + - label: I'm sure this feature is not implemented. + - label: I'm sure it's a reasonable and popular requirement. - type: textarea id: feature-description attributes: