From f9ffa2d0c796561c1db027e57a334bae7cc032e1 Mon Sep 17 00:00:00 2001 From: Tommaso Gagliardoni Date: Mon, 25 Aug 2025 18:09:55 +0200 Subject: [PATCH] fix: Fix typo in CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 53e17f4..1798f57 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -59,7 +59,7 @@ If you would like to implement a new breaking or major feature, please submit an ### AI use -The use of AI/LLM in the submitted code is allowed, but its use MUST be disclosed in the commit message (with a clear reference to the parts of the code that were not human-generated). This is not to discourage the use of these tools, but the disclosure will help us to focus on recurrent/common failure patterns when reviewing the code. When submitting a code contribution without such disclosure, you confirm that you have no reason to believe that the submitted code is AI-generated. +The use of AI/LLM in the submitted code is allowed, but MUST be disclosed in the commit message (with a clear reference to the parts of the code that were not human-generated). This is not to discourage the use of these tools, but the disclosure will help us to focus on recurrent/common failure patterns when reviewing the code. When submitting a code contribution without such disclosure, you confirm that you have no reason to believe that the submitted code is AI-generated.