Update backport instructions in contributing docs (#106060)

* Update backport instructions in contributing docs

* Update merge-pull-request.md
pull/106078/head
joshhunt-alt 1 month ago committed by GitHub
parent 005f390df4
commit ccfde5a915
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      contribute/merge-pull-request.md

@ -118,9 +118,9 @@ In case the pull request introduces a breaking change you should document this.
Backporting is the process of copying the pull request into the version branch of one or multiple previous releases.
Backporting is a rare exception, should only be done for _critical bug fixes_, and involves the intervention of a Grafana Labs employee.
Backporting should be a rare exception, reserved only for critical bug fixes, and must be initiated by a Grafana Labs employee. We generally avoid automatic backports, as these changes carry some risk: they typically receive less manual testing than changes included in regular point releases.
If your pull request fixes a critical bug and needs to be backported, add it to the "Critical Bug Release" form so the team can approve the backport and know that a release needs to be made. Specify the correct `backport vx.x` labels for the releases to which the fix needs to be backported. Once approved, the backporting process continues.
If a pull request addresses a critical bug and backporting is warranted, a Grafana Labs team member can apply the appropriate `backport vx.x` labels for the relevant release branches. The team will review and approve the backport before proceeding. When the pull request is merged, seperate backport PRs will automatically be creataed.
#### Required labels

Loading…
Cancel
Save