From 5276e46dc09f996fccd33242fa565cb038ad4aaa Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Sun, 25 May 2025 14:05:05 +0500 Subject: [PATCH] contributing: add a note about usage of LLM-based tools [skip ci] --- CONTRIBUTING.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 240b95b8..ea7f397d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -45,3 +45,8 @@ Tags can be any: subsystem, simple feature name or even just a filename, without extension. Just keep them always same, it helps keep history clean and commit messages short. +## LLM-based tools usage. + +While we wouldn't recommend using any LLM-based (also misleadingly called AI) tools, we understand that they are here to stay. + +Whether you're reporting bug or contributing the code, you take complete authorship and responsibility over provided content and the same rules will apply to you as for everybody else, so validate the bug report or the patch before sending it.