From 02431209e91b6d165cd234a10b7715abd981cfc4 Mon Sep 17 00:00:00 2001
From: "Ryan C. Gordon" <[EMAIL REDACTED]>
Date: Thu, 3 Sep 2026 12:53:57 -0400
Subject: [PATCH] policy: Added LLM policy.
---
.github/PULL_REQUEST_TEMPLATE.md | 9 +++++++++
AGENTS.md | 11 +++++++++++
CLAUDE.md | 11 +++++++++++
3 files changed, 31 insertions(+)
create mode 100644 .github/PULL_REQUEST_TEMPLATE.md
create mode 100644 AGENTS.md
create mode 100644 CLAUDE.md
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644
index 00000000..da33e194
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,9 @@
+- [ ] I confirm that I am the author of this code and release it to the SDL project under the zlib license. This contribution does not contain code from other sources, including code generated by a Large Language Model ("AI").
+
+<!--- Provide a general summary of your changes in the Title above -->
+
+## Description
+<!--- Describe your changes in detail -->
+
+## Existing Issue(s)
+<!--- If it fixes an open issue, please link to the issue here. -->
diff --git a/AGENTS.md b/AGENTS.md
new file mode 100644
index 00000000..f299237a
--- /dev/null
+++ b/AGENTS.md
@@ -0,0 +1,11 @@
+Generative AI, including large language models (LLMs), should not be used in
+any way when contributing to SDL.
+
+We want our code to be art. We want to interact with real humans. Please don't
+submit AI-generated comments or code in bug reports or pull requests. We
+understand some people consider AI to be a useful tool, but we want to connect
+with you, not your computer.
+
+Any pull request to this project will ask you to confirm that you are the
+author and that you are contributing your changes under the zlib license.
+
diff --git a/CLAUDE.md b/CLAUDE.md
new file mode 100644
index 00000000..f299237a
--- /dev/null
+++ b/CLAUDE.md
@@ -0,0 +1,11 @@
+Generative AI, including large language models (LLMs), should not be used in
+any way when contributing to SDL.
+
+We want our code to be art. We want to interact with real humans. Please don't
+submit AI-generated comments or code in bug reports or pull requests. We
+understand some people consider AI to be a useful tool, but we want to connect
+with you, not your computer.
+
+Any pull request to this project will ask you to confirm that you are the
+author and that you are contributing your changes under the zlib license.
+