You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,10 @@ If you find a bug or have a feature request, please [open an issue](https://gith
17
17
18
18
All CI checks must pass before a pull request can be merged.
19
19
20
+
### Backporting Changes
21
+
22
+
To backport a merged PR to a release branch, comment `/cherry-pick release-X.Y` on the PR. This automatically creates a new PR with the cherry-picked changes against the target branch.
23
+
20
24
## Further Reading
21
25
22
26
-[Architecture Overview](docs/architecture.md) — system components, reconciliation flow, CRD lifecycle
0 commit comments