blob: 0650969a4dfbb483ec8bf0902a0e315e5f063712 [file] [log] [blame] [view]
Ron Eldor4b535132017-06-21 14:57:25 +03001## Description
Dave Rodgmanf1d74ac2022-10-31 14:54:24 +00002
3Please write a few sentences describing the overall goals of the pull request's commits.
Ron Eldor4b535132017-06-21 14:57:25 +03004
5
Ron Eldor4b535132017-06-21 14:57:25 +03006
Dave Rodgmanf1d74ac2022-10-31 14:54:24 +00007## 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
17Pull 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 Butcher6f262c42017-07-24 14:19:02 +020021When there is a bug fix, it should be backported to all maintained and supported branches.
22Changes do not have to be backported if:
Dave Rodgmanf1d74ac2022-10-31 14:54:24 +000023
24- This PR is a new feature / enhancement
Ron Eldor4b535132017-06-21 14:57:25 +030025- 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 Rodgmanf1d74ac2022-10-31 14:54:24 +000027It is fine to defer providing a backport until the main PR is approved.
Ron Eldor4b535132017-06-21 14:57:25 +030028