From 93e13177895247eda2b2d674d8dbb30692c4dcb5 Mon Sep 17 00:00:00 2001 From: Ivan Date: Sun, 7 Sep 2025 01:58:41 -0500 Subject: [PATCH] Update wording for usage of LLMs --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5c5c551..297b72c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,4 +10,4 @@ Feel free to join our seperate matrix channel for this implementation. ## Usage of LLMs and other Generative AI tools -We would prefer if you did not use LLMs and other generative AI tools to write critical parts of the code. \ No newline at end of file +We would prefer if you did not use LLMs and other generative AI tools to write critical parts of the code. They produce lots of security issues most of the time, some of which can be caught with `gosec` so please make sure to use the proper static analysis tools and best practices with these tools. \ No newline at end of file