From 582340b0b786a69e5cd9528d595c62c6964c9ed6 Mon Sep 17 00:00:00 2001 From: DarkSky Date: Sun, 28 Dec 2025 15:32:25 +0800 Subject: [PATCH] fix: lint --- .github/ISSUE_TEMPLATE/BUG-REPORT.yml | 8 ++++++++ .github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml | 8 ++++---- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml index a29b6e3cb..7a1de6d90 100644 --- a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml @@ -74,3 +74,11 @@ body: description: | Links? References? Anything that will give us more context about the issue you are encountering! Tip: You can attach images here + - type: checkboxes + attributes: + label: Is your content generated by AI? + description: > + (Required) Please confirm that the content you submit was not generated by AI or only minimally edited by AI. + If an administrator believes the post contains a large amount of AI-generated content, they may directly close the question. + options: + - label: I confirm that the content I submitted was **not** generated by AI / **merely contained minimal** AI edits. diff --git a/.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml b/.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml index b5bbbbd1d..208f5baff 100644 --- a/.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml +++ b/.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml @@ -37,9 +37,9 @@ body: - label: Yes I'd like to help by submitting a PR! - type: checkboxes attributes: - label: I confirm that the content I submitted was not written by AI. + label: Is your content generated by AI? description: > - (Required) Please confirm that the content you submit was not written by AI or merely edited/translated by AI; - otherwise, the administrators will directly close your issue. + (Required) Please confirm that the content you submit was not generated by AI or only minimally edited by AI. + If an administrator believes the post contains a large amount of AI-generated content, they may directly close the question. options: - - label: I confirm that the content I submitted was not written by AI. \ No newline at end of file + - label: I confirm that the content I submitted was **not** generated by AI / **merely contained minimal** AI edits.