Skip to content

Commit ae25081

Browse files
authored
Merge pull request #478 from patternfly/nicolethoen-patch-1
docs: Update README to include guidance for AI generated code.
2 parents 49497ed + 203a19a commit ae25081

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ This repo contains React Data view implementation.
1313

1414
## Contribution guide
1515

16+
### AI-assisted development guidelines
17+
18+
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.
19+
1620
### To add a data view sub-component:
1721
1. create a folder in `src/` matching its name (for example `src/MyComponent`)
1822
2. to the new folder add a new `.tsx` file named after the component (for example `src/MyComponent/MyComponent.tsx`)

0 commit comments

Comments
 (0)