Skip to content

Commit

Permalink
Merge pull request #7289 from k8s-infra-cherrypick-robot/cherry-pick-…
Browse files Browse the repository at this point in the history
…7167-to-release-1.2

[release-1.2] 📖 clarify backport-policy
  • Loading branch information
k8s-ci-robot authored Sep 26, 2022
2 parents e811cda + 4d44d39 commit 00b0f5e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,14 @@ The test module, clusterctl, and experiments do not provide any backward compati
#### Backporting a patch

We only accept backports of critical bugs, security issues, or bugs without easy workarounds, any
backport MUST not be breaking for either API or behavioral changes.
backport MUST not be breaking for either API or behavioral changes. In order to improve user/developer experience
maintainers can choose to backport:
- Doc improvements
- Improvements to CI signal
- Improvements to the test framework (enabling improvements to provider's test signal)
- Cert-manager bump (to avoid having branch using cert-manager versions out of support, when possible)
- Changes required to support new Kubernetes versions, when possible.

We generally do not accept PRs against older release branches.

### APIs
Expand Down

0 comments on commit 00b0f5e

Please sign in to comment.