From b9ed1915ed426280305e3a00c3087df516d1ae06 Mon Sep 17 00:00:00 2001 From: Nicole Thoen Date: Tue, 5 Aug 2025 10:22:25 -0400 Subject: [PATCH] docs: Update README to include guidance for AI generated code. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 828524f1b..2f64a9977 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,10 @@ import '@patternfly/chatbot/dist/css/main.css'; ## Contribution guide +### AI-assisted development guidelines + +Please reference [PatternFly's AI-assisted development guidelines](https://github.com/patternfly/.github/blob/main/CONTRIBUTING.md) if you'd like to contribute code generated using AI. + ### To add a new assistant sub-component: 1. create a folder in `src/` matching its name (for example `src/MyComponent`)