From c5b9fdea5bf7ac5988f7dde71a61754a1a3b50fb Mon Sep 17 00:00:00 2001 From: James Rodewig <40268737+jrodewig@users.noreply.github.com> Date: Thu, 27 May 2021 12:23:44 -0400 Subject: [PATCH] [DOCS] Update backport policy for known issues (#73489) --- docs/README.asciidoc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/README.asciidoc b/docs/README.asciidoc index 4d573c21ee4d7..5688bd7fbb74f 100644 --- a/docs/README.asciidoc +++ b/docs/README.asciidoc @@ -43,7 +43,12 @@ You don't have to do that. Docs follow the same policy as code and fixes are not ordinarily merged to versions that are out of maintenance. -* Do not backport doc changes to https://www.elastic.co/support/eol[EOL versions]. +* Do not backport doc changes to https://www.elastic.co/support/eol[EOL versions]. + +* Release notes for known issues are an exception to this policy. Document the + known issue in the release notes for any minor version affected by the issue. + Backport the changes to any branch containing release notes for those + versions, even if the branch is no longer maintained. === Snippet testing