Skip to content

Commit 121876c

Browse files
authored
Update README.md
1 parent fa2e7f0 commit 121876c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

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

33
This repo contains React Data view implementation.
44

5+
### Branches
6+
`main` - PatternFly 6 implementation
7+
8+
`v5` - 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+
512
---
13+
614
## Contribution guide
715

816
### To add a data view sub-component:

0 commit comments

Comments
 (0)