From: Bryan English Date: Fri, 10 Apr 2026 05:27:35 +0000 (-0400) Subject: add CONTRIBUTING.md X-Git-Url: https://rethought.computer/gitweb//gitweb//git?a=commitdiff_plain;h=08bd11a49f1c8ea486b32f0d8c11045d5731d3fb;p=sorel-lang.git add 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.