From a38e7e58e005fc07b913e8e4fb03a8f0bd6ef396 Mon Sep 17 00:00:00 2001 From: DarkSky <25152247+darkskygit@users.noreply.github.com> Date: Sun, 28 Dec 2025 07:39:14 +0800 Subject: [PATCH] docs: update template --- .github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml b/.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml index 6fa9cf389..b5bbbbd1d 100644 --- a/.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml +++ b/.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml @@ -35,3 +35,11 @@ body: See the AFFiNE [Contributing Guide](https://github.com/toeverything/affine/blob/canary/CONTRIBUTING.md) to get started. options: - 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. + 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. + options: + - label: I confirm that the content I submitted was not written by AI. \ No newline at end of file