]> rethought.computer Git - sorel-lang.git/commitdiff
add CONTRIBUTING.md
authorBryan English <bryan@rethought.computer>
Fri, 10 Apr 2026 05:27:35 +0000 (01:27 -0400)
committerBryan English <bryan@rethought.computer>
Fri, 10 Apr 2026 05:27:50 +0000 (01:27 -0400)
CONTRIBUTING.md [new file with mode: 0644]

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
new file mode 100644 (file)
index 0000000..a566e8f
--- /dev/null
@@ -0,0 +1,16 @@
+# Contributing
+
+The canonical git repo for this project is `https://rethought.computer/git/sorel-lang.git`.
+
+A [gitweb interface](https://rethought.computer/gitweb/sorel-lang.git) is also provided.
+
+Patches/commits cannot be pushed to the canonical git repo.
+Instead, if you'd like to contribute a patch, [send it via email](https://git-send-email.io) to `sorel-patches@rethought.computer`.
+Please respond to any maintainer questions or requests promptly.
+
+## AI/LLM Policy
+
+Contributions to Sorel must *not* be made using LLM tools.
+Patches that are obviously generated from such tools will be rejected.
+If a previously accepted patch is found to include LLM-generated code, it will be removed.
+Please participate in good faith.