From b39a2b8da2e6c67bf8ff553224cb29b23e98e22f Mon Sep 17 00:00:00 2001 From: Owen Date: Fri, 11 Sep 2026 13:55:05 -0400 Subject: [PATCH] Add AI disclosure --- .github/ISSUE_TEMPLATE/1.bug_report.yml | 8 ++++++++ .github/PULL_REQUEST_TEMPLATE.md | 4 ++++ 2 files changed, 12 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/1.bug_report.yml b/.github/ISSUE_TEMPLATE/1.bug_report.yml index c945608..1b8084a 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 diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 122ea1c..9914707 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -4,6 +4,10 @@ perpetual license to use, modify, and redistribute these contributions under any choose, including both the AGPLv3 and the Fossorial Commercial license terms. I represent that I have the right to grant this license for all contributed content. +## AI Disclosure + +> Please disclose how AI was used in this pull request. The use of AI does not preclude this from being merged but is an important factor in how we review your request. + ## Description