diff options
| author | Chris Boesch <chrboesch@noreply.codeberg.org> | 2026-04-12 19:13:44 +0200 |
|---|---|---|
| committer | Chris Boesch <chrboesch@noreply.codeberg.org> | 2026-04-12 19:13:44 +0200 |
| commit | 34c3125411f52f30076ef27b5d4b5fb77f89dacc (patch) | |
| tree | 4b42379ef0f2337dc1181a0f12c0eec197f40d57 | |
| parent | 8e055fcd187b333c9ed4fa794ac153ed10748a65 (diff) | |
| parent | 8fc1bfac389d2eee5f8ead4607c74e8db06910ec (diff) | |
Merge pull request 'AI hint added' (#392) from ai-slop into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/392
| -rw-r--r-- | CONTRIBUTING.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index addc611..a348ef4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -38,6 +38,23 @@ Feel free to submit new exercises but please understand that they may be heavily edited or rejected entirely if we feel they don't fit for one reason or another. + +## AI-Generated Content + +We welcome contributions from non-native English speakers and +appreciate the effort it takes to write in a foreign language. +Using AI tools to polish your English is fine. + +What we don't accept is AI-generated exercises, AI-generated +comments, or pull requests produced by coding agents. Ziglings +exercises require understanding the Zig build system, the +didactic progression, and the specific conventions of this +project. That understanding doesn't come from a prompt. + +If we suspect a contribution is primarily AI-generated, we will +close it. + + ## Platforms and Zig Versions |
