From 4107927388658a53737edb5dd7c7ddca7d156c42 Mon Sep 17 00:00:00 2001 From: Alex Meckes Date: Fri, 1 Aug 2025 07:50:28 -0400 Subject: [PATCH] Update CONTRIBUTING.md w/ AI guidance Add section on AI contribution guidelines --- CONTRIBUTING.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 017f870..c240e88 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -44,3 +44,9 @@ We welcome all kinds of contributions, from improving customization, to extendin **Documentation** - Update docs for changes to functionality and maintain consistency with existing docs. + +**AI-Generated Code** + +- We welcome AI-assisted contributions when used thoughtfully +- Be aware that AI sometimes generates incorrect code, hallucinates APIs, or uses deprecated methods +- Take extra care to verify the code works correctly and handles edge cases