Skip to content

Commit

Permalink
Docs: Update merge-pull-request.md regarding backport policies (#59239
Browse files Browse the repository at this point in the history
)

* Update merge-pull-request.md

* yarn run prettier:write
  • Loading branch information
dsotirakis committed Nov 23, 2022
1 parent 0a7a5b1 commit 27bd50d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions contribute/merge-pull-request.md
Expand Up @@ -135,6 +135,14 @@ Some examples when backport is not required:

- The change is supposed to be released in the next major/minor release, e.g. v8.0.0, but the release branch, e.g. v8.0.x, has not yet been created.

#### Required labels

To ensure that we don't backport pull requests that don't need to be backported, i.e. implement new features, and only backport pull requests that address bugs, have a product approval, or refer to docs changes, backport labels need to be followed by either:

- `type/bug` label: Pull requests which address bugs,
- `product-approved` label: Urgent fixes which need product approval, in order to get merged,
- `type/docs` label: Docs changes`.

> **Note:** You can still backport a pull request after it's been merged.
## Doing the actual merge
Expand Down

0 comments on commit 27bd50d

Please sign in to comment.