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