mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 11:05:39 -04:00
[docs] Fixes wording in backport policy (#79132)
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
parent
e83144ee40
commit
758f537708
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ Pull requests are made into the `master` branch and then backported when it is s
|
|||
* Breaking changes do not get backported and only go into `master`.
|
||||
* All non-breaking changes can be backported to the `<major>.x` branch.
|
||||
* Features should not be backported to a `<major>.<minor>` branch.
|
||||
* Bugs can be backported to a `<major>.<minor>` branch if the changes are safe and appropriate. Safety is a judgment call you make based on factors like the bug's severity, test coverage, confidence in the changes, etc. Your reasoning should be included in the pull request description.
|
||||
* Bug fixes can be backported to a `<major>.<minor>` branch if the changes are safe and appropriate. Safety is a judgment call you make based on factors like the bug's severity, test coverage, confidence in the changes, etc. Your reasoning should be included in the pull request description.
|
||||
* Documentation changes can be backported to any branch at any time.
|
||||
|
||||
[discrete]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue