Skip to content

Remove unnecessary and broken example

What does this MR do?

This MR removes a specific example from the Process doc.

  • The example provided was broken because it mistakes a bug for a regression. By definition, a regression only exists in the latest release, so it would never need to be backported to multiple releases
  • I tried coming up with a better example that fits in the same section (translation, QA change), but they did not seem to add value
  • Renaming regression to bug fix in the example requires mentioning getting an Exception Request first, or moving the example to another part of the doc, which made it overly wordy and not add much value
  • Also the milestone part used to be relevant but it is no longer. We only cherry pick based on Pick labels now

Merge request reports