From 08bd11a49f1c8ea486b32f0d8c11045d5731d3fb Mon Sep 17 00:00:00 2001 From: Bryan English Date: Fri, 10 Apr 2026 01:27:35 -0400 Subject: [PATCH] add CONTRIBUTING.md --- CONTRIBUTING.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..a566e8f --- /dev/null +++ b/CONTRIBUTING.md @@ -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. -- 2.43.0