From 5a0c5011b3ebe5146fb882be1aa069a21a8e4aa2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=A3=A8=EB=B0=80LuMir?= Date: Wed, 18 Feb 2026 21:02:07 +0900 Subject: [PATCH] docs: add AI acknowledgement section to issue template --- .github/ISSUE_TEMPLATE/bug-report.yml | 11 +++++++++++ .github/ISSUE_TEMPLATE/change.yml | 11 +++++++++++ .github/ISSUE_TEMPLATE/docs.yml | 11 +++++++++++ .github/ISSUE_TEMPLATE/new-rule.yml | 11 +++++++++++ .github/ISSUE_TEMPLATE/rule-change.yml | 11 +++++++++++ 5 files changed, 55 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 1097f6b4..00fc35a8 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -76,6 +76,17 @@ body: options: - label: I am willing to submit a pull request for this issue. required: false + - type: markdown + attributes: + value: Please **do not** open a pull request until this issue has been accepted by the team. + - type: checkboxes + attributes: + label: AI acknowledgment + options: + - label: I did not use AI to generate this issue report. + required: false + - label: (If the above is not checked) I have reviewed the AI-generated content before submitting. + required: false - type: textarea attributes: label: Additional comments diff --git a/.github/ISSUE_TEMPLATE/change.yml b/.github/ISSUE_TEMPLATE/change.yml index a6859932..d1b70a3c 100644 --- a/.github/ISSUE_TEMPLATE/change.yml +++ b/.github/ISSUE_TEMPLATE/change.yml @@ -45,6 +45,17 @@ body: options: - label: I am willing to submit a pull request for this change. required: false + - type: markdown + attributes: + value: Please **do not** open a pull request until this issue has been accepted by the team. + - type: checkboxes + attributes: + label: AI acknowledgment + options: + - label: I did not use AI to generate this issue report. + required: false + - label: (If the above is not checked) I have reviewed the AI-generated content before submitting. + required: false - type: textarea attributes: label: Additional comments diff --git a/.github/ISSUE_TEMPLATE/docs.yml b/.github/ISSUE_TEMPLATE/docs.yml index a8a3bace..1ff96daf 100644 --- a/.github/ISSUE_TEMPLATE/docs.yml +++ b/.github/ISSUE_TEMPLATE/docs.yml @@ -40,6 +40,17 @@ body: options: - label: I am willing to submit a pull request for this change. required: false + - type: markdown + attributes: + value: Please **do not** open a pull request until this issue has been accepted by the team. + - type: checkboxes + attributes: + label: AI acknowledgment + options: + - label: I did not use AI to generate this issue report. + required: false + - label: (If the above is not checked) I have reviewed the AI-generated content before submitting. + required: false - type: textarea attributes: label: Additional comments diff --git a/.github/ISSUE_TEMPLATE/new-rule.yml b/.github/ISSUE_TEMPLATE/new-rule.yml index 6f6c9412..0ade2ef0 100644 --- a/.github/ISSUE_TEMPLATE/new-rule.yml +++ b/.github/ISSUE_TEMPLATE/new-rule.yml @@ -35,6 +35,17 @@ body: options: - label: I am willing to submit a pull request to implement this rule. required: false + - type: markdown + attributes: + value: Please **do not** open a pull request until this issue has been accepted by the team. + - type: checkboxes + attributes: + label: AI acknowledgment + options: + - label: I did not use AI to generate this issue report. + required: false + - label: (If the above is not checked) I have reviewed the AI-generated content before submitting. + required: false - type: textarea attributes: label: Additional comments diff --git a/.github/ISSUE_TEMPLATE/rule-change.yml b/.github/ISSUE_TEMPLATE/rule-change.yml index b2c27f0a..1c6eabca 100644 --- a/.github/ISSUE_TEMPLATE/rule-change.yml +++ b/.github/ISSUE_TEMPLATE/rule-change.yml @@ -55,6 +55,17 @@ body: options: - label: I am willing to submit a pull request to implement this change. required: false + - type: markdown + attributes: + value: Please **do not** open a pull request until this issue has been accepted by the team. + - type: checkboxes + attributes: + label: AI acknowledgment + options: + - label: I did not use AI to generate this issue report. + required: false + - label: (If the above is not checked) I have reviewed the AI-generated content before submitting. + required: false - type: textarea attributes: label: Additional comments