From 0630e1ed54755e53fc33beb8ac709631b3cb1eac Mon Sep 17 00:00:00 2001 From: Ethan Pailes Date: Wed, 22 Apr 2026 03:36:47 +0000 Subject: [PATCH] chore: tweak AI policy I want a disclosure of AI use in pull requests, so let's add it to the AI policy. AI use is fine, but if a change is AI generated I'll need to review a bit more carefully. --- .github/pull_request_template.md | 8 ++++++++ HACKING.md | 2 ++ 2 files changed, 10 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..20803d5e --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,8 @@ +## Issue Link + +## AI Policy Ack + +Please ack that you have read the [AI Policy](https://github.com/shell-pool/shpool/blob/master/HACKING.md#ai-policy) +and explain your use of AI to generate this PR. + +## Description diff --git a/HACKING.md b/HACKING.md index fa688d0f..6ea049da 100644 --- a/HACKING.md +++ b/HACKING.md @@ -14,6 +14,8 @@ and prevent the accumulation of bloat or needless abstraction. If you do use AI to generate code, you must review and test it carefully yourself. Do not send patches you don't understand. +When creating PRs or filing issues, disclose your AI usage. + ## Installing From Source ### Install a rust toolchain