Skip to content

Commit 9231e17

Browse files
authored
Update README.md
1 parent f075c63 commit 9231e17

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
This repo contains a set of opinionated react component groups used to standardize functionality and look and feel across products. The components are based on PatternFly with some additional functionality.
44

5+
### Branches
6+
`main` branch - PatternFly 6 implementation
7+
8+
`v5` branch - PatternFly 5 implementation
9+
10+
> NOTE: If new features are not needed in `v5,` they should be added directly to the `main` branch. For bug fixes, it is preferred to fix the bug for both versions (fix in one branch and cherry-pick to another). Pulling new changes from 5 to 6 and vice versa is not recommended using `rebase`. Rather, always cherry-pick specific commits.
11+
12+
---
13+
514
### Migration from [RedHatInsights/frontend-components](https://github.com/RedHatInsights/frontend-components) to [patternfly/react-component-groups](https://github.com/patternfly/react-component-groups)
615
Please see the [migration guide](./migration.md)
716

0 commit comments

Comments
 (0)