Skip to content

Commit 9907d10

Browse files
authored
Merge pull request #7167 from fabriziopandini/clarify-backport-policy
📖 clarify backport-policy
2 parents 8df9ac7 + 8bb5f4b commit 9907d10

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CONTRIBUTING.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,14 @@ The test module, clusterctl, and experiments do not provide any backward compati
7878
#### Backporting a patch
7979

8080
We only accept backports of critical bugs, security issues, or bugs without easy workarounds, any
81-
backport MUST not be breaking for either API or behavioral changes.
81+
backport MUST not be breaking for either API or behavioral changes. In order to improve user/developer experience
82+
maintainers can choose to backport:
83+
- Doc improvements
84+
- Improvements to CI signal
85+
- Improvements to the test framework (enabling improvements to provider's test signal)
86+
- Cert-manager bump (to avoid having branch using cert-manager versions out of support, when possible)
87+
- Changes required to support new Kubernetes versions, when possible.
88+
8289
We generally do not accept PRs against older release branches.
8390

8491
### APIs

0 commit comments

Comments
 (0)