Skip to content

Commit 205516a

Browse files
committed
policy: Add no-LLM policy.
1 parent 851b57c commit 205516a

3 files changed

Lines changed: 44 additions & 0 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- [ ] I confirm that I am the author of this code and release it to the MojoAL project under the Zlib license. This contribution does not contain code from other sources, including code generated by a Large Language Model ("AI").
2+

AGENTS.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
AI must not be used to generate code for contributions to this project.
2+
3+
"AI" in this case means a Large Language Model ("LLM"), such as ChatGPT,
4+
Claude, Copilot, Grok, etc.
5+
6+
AI-generated code is based upon sources of unknown origins and may not be
7+
compatible with the Zlib license, or may introduce conflicting license terms
8+
if they include code from other projects.
9+
10+
AI can be used to identify issues with contributions to this project, but the
11+
solutions to those issues should be authored by humans.
12+
13+
We have found that AI will frequently hallucinate issues that are not actually
14+
problems in practice, report incorrect information, and describe problems that
15+
are actually not issues at all. If AI identifies a problem with this codebase,
16+
please make sure you understand what it is saying and have independently
17+
confirmed that the issue exists before submitting a bug report or pull request.
18+
19+
Any pull request to this project will ask you to confirm that you are the
20+
author and that you are contributing your changes under the Zlib license.

CLAUDE.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
AI must not be used to generate code for contributions to this project.
2+
3+
"AI" in this case means a Large Language Model ("LLM"), such as ChatGPT,
4+
Claude, Copilot, Grok, etc.
5+
6+
AI-generated code is based upon sources of unknown origins and may not be
7+
compatible with the Zlib license, or may introduce conflicting license terms
8+
if they include code from other projects.
9+
10+
AI can be used to identify issues with contributions to this project, but the
11+
solutions to those issues should be authored by humans.
12+
13+
We have found that AI will frequently hallucinate issues that are not actually
14+
problems in practice, report incorrect information, and describe problems that
15+
are actually not issues at all. If AI identifies a problem with this codebase,
16+
please make sure you understand what it is saying and have independently
17+
confirmed that the issue exists before submitting a bug report or pull request.
18+
19+
Any pull request to this project will ask you to confirm that you are the
20+
author and that you are contributing your changes under the Zlib license.
21+
22+

0 commit comments

Comments
 (0)