| Ron Eldor | 4b53513 | 2017-06-21 14:57:25 +0300 | [diff] [blame] | 1 | ## Description |
| Dave Rodgman | f1d74ac | 2022-10-31 14:54:24 +0000 | [diff] [blame^] | 2 | |
| 3 | Please write a few sentences describing the overall goals of the pull request's commits. |
| Ron Eldor | 4b53513 | 2017-06-21 14:57:25 +0300 | [diff] [blame] | 4 | |
| 5 | |
| Ron Eldor | 4b53513 | 2017-06-21 14:57:25 +0300 | [diff] [blame] | 6 | |
| Dave Rodgman | f1d74ac | 2022-10-31 14:54:24 +0000 | [diff] [blame^] | 7 | ## Gatekeeper checklist |
| 8 | |
| 9 | - [ ] **changelog** provided, or not required |
| 10 | - [ ] **backport** done, or not required |
| 11 | - [ ] **tests** provided, or not required |
| 12 | |
| 13 | |
| 14 | |
| 15 | ## Notes for the submitter |
| 16 | |
| 17 | Pull requests cannot be accepted until the PR follows the [contributing guidelines](../CONTRIBUTING.md). In particular, each commit must have at least one `Signed-off-by:` line from the committer to certify that the contribution is made under the terms of the [Developer Certificate of Origin](../dco.txt). |
| 18 | |
| 19 | #### Backporting |
| 20 | |
| Simon Butcher | 6f262c4 | 2017-07-24 14:19:02 +0200 | [diff] [blame] | 21 | When there is a bug fix, it should be backported to all maintained and supported branches. |
| 22 | Changes do not have to be backported if: |
| Dave Rodgman | f1d74ac | 2022-10-31 14:54:24 +0000 | [diff] [blame^] | 23 | |
| 24 | - This PR is a new feature / enhancement |
| Ron Eldor | 4b53513 | 2017-06-21 14:57:25 +0300 | [diff] [blame] | 25 | - This PR contains changes in the API. If this is true, and there is a need for the fix to be backported, the fix should be handled differently in the legacy branch |
| 26 | |
| Dave Rodgman | f1d74ac | 2022-10-31 14:54:24 +0000 | [diff] [blame^] | 27 | It is fine to defer providing a backport until the main PR is approved. |
| Ron Eldor | 4b53513 | 2017-06-21 14:57:25 +0300 | [diff] [blame] | 28 | |