diff --git a/README.md b/README.md index 2fad593f..91a89d3c 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,10 @@ This repo contains React Data view implementation. ## 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 data view sub-component: 1. create a folder in `src/` matching its name (for example `src/MyComponent`) 2. to the new folder add a new `.tsx` file named after the component (for example `src/MyComponent/MyComponent.tsx`)