Skip to content

Commit 828c7ea

Browse files
authored
Merge pull request #8293 from fabriziopandini/allow-backport-for-experimental-features
🌱 Allow backport for experimental features
2 parents 8561e03 + 6f31397 commit 828c7ea

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CONTRIBUTING.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,15 @@ We generally allow backports of following changes only to the latest supported b
102102
- Improvements to CI signal
103103
- Improvements to the test framework
104104

105+
While we recommend to target following type of changes to the next minor release, CAPI maintainers will also consider
106+
exceptions for backport of following changes only to the latest supported branch:
107+
- Enhancements or additions to experimental Cluster API features, with the goal of allowing faster adoption and iteration;
108+
Please note that stability of the branch will always be top priority while evaluating those PRs, and thus approval
109+
requires /lgtm from at least two maintainers that, on top of checking that the backport is not introducing any breaking
110+
change for either API or behavior, will evaluate if the impact of those backport is limited and well-scoped e.g.
111+
by checking that those changes should not touch non-experimental code paths like utils and/or by applying other
112+
considerations depending on the specific PR.
113+
105114
Like any other activity in the project, backporting a fix/change is a community-driven effort and requires that someone volunteers to own the task.
106115
In most cases, the cherry-pick bot can (and should) be used to automate opening a cherry-pick PR.
107116

0 commit comments

Comments
 (0)