From bab71feadb964dc311311318680229aeef25eb08 Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Fri, 13 Mar 2026 08:30:46 -0500 Subject: [PATCH] Word order and punctuation. --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a135eac2..2c4a0341 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -98,8 +98,8 @@ other tools such as software fuzzers or static analyzers must be disclosed. This applies both pull requests, email patches, bug reports, and any meaningful contribution to Janet's source code. Please also refrain from generative AI for large amounts code that will be embedded in the Janet runtime, which include -all C source files as well as boot.janet All submitted code should be both -understood and inspected by a human author, including test cases. Large and +all C source files as well as boot.janet. All submitted code should be both +inspected and understood by a human author, including test cases. Large and obviously AI driven changes will be rejected. Be mindful and transparent on the copyright implications of any submitted code. We will use discretion when accepting LLM or generated test cases for bug reproductions.