fix: Fix typo in CONTRIBUTING.md

This commit is contained in:
Tommaso Gagliardoni 2025-08-25 18:09:55 +02:00
parent 32eb1d88f6
commit f9ffa2d0c7

View file

@ -59,7 +59,7 @@ If you would like to implement a new breaking or major feature, please submit an
### AI use <a id="user-content-ai"></a>
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.