From 9e392a967d2f5449068c434dde532be050621c5a Mon Sep 17 00:00:00 2001 From: Owen Date: Thu, 3 Sep 2026 15:41:12 -0400 Subject: [PATCH] Add AI disclosure --- .github/ISSUE_TEMPLATE/1.bug_report.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/1.bug_report.yml b/.github/ISSUE_TEMPLATE/1.bug_report.yml index c94560875..1b8084ac8 100644 --- a/.github/ISSUE_TEMPLATE/1.bug_report.yml +++ b/.github/ISSUE_TEMPLATE/1.bug_report.yml @@ -34,6 +34,14 @@ body: validations: required: true + - type: textarea + attributes: + label: AI Disclosure + description: | + If you used AI to help write this issue, please disclose it here. This is important for transparency and helps maintain the integrity of the issue tracking process. + validations: + required: true + - type: textarea attributes: label: Expected Behavior