diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 1097f6b..00fc35a 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 a685993..d1b70a3 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 a8a3bac..1ff96da 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 6f6c941..0ade2ef 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 b2c27f0..1c6eabc 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