Ron Eldor | 4b53513 | 2017-06-21 14:57:25 +0300 | [diff] [blame] | 1 | Notes: |
Dan Handley | c76a545 | 2020-02-18 17:58:20 +0000 | [diff] [blame^] | 2 | * 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). |
Ron Eldor | 4b53513 | 2017-06-21 14:57:25 +0300 | [diff] [blame] | 3 | * This is just a template, so feel free to use/remove the unnecessary things |
| 4 | ## Description |
| 5 | A few sentences describing the overall goals of the pull request's commits. |
| 6 | |
| 7 | |
| 8 | ## Status |
| 9 | **READY/IN DEVELOPMENT/HOLD** |
| 10 | |
| 11 | ## Requires Backporting |
Simon Butcher | 6f262c4 | 2017-07-24 14:19:02 +0200 | [diff] [blame] | 12 | When there is a bug fix, it should be backported to all maintained and supported branches. |
| 13 | Changes do not have to be backported if: |
Ron Eldor | 4b53513 | 2017-06-21 14:57:25 +0300 | [diff] [blame] | 14 | - This PR is a new feature\enhancement |
| 15 | - 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 |
| 16 | |
| 17 | Yes | NO |
Ron Eldor | 05b9498 | 2017-07-24 13:28:48 +0300 | [diff] [blame] | 18 | Which branch? |
Ron Eldor | 4b53513 | 2017-06-21 14:57:25 +0300 | [diff] [blame] | 19 | |
| 20 | ## Migrations |
| 21 | If there is any API change, what's the incentive and logic for it. |
| 22 | |
| 23 | YES | NO |
| 24 | |
| 25 | ## Additional comments |
| 26 | Any additional information that could be of interest |
| 27 | |
| 28 | ## Todos |
| 29 | - [ ] Tests |
| 30 | - [ ] Documentation |
| 31 | - [ ] Changelog updated |
| 32 | - [ ] Backported |
| 33 | |
| 34 | |
| 35 | ## Steps to test or reproduce |
Ron Eldor | 05b9498 | 2017-07-24 13:28:48 +0300 | [diff] [blame] | 36 | Outline the steps to test or reproduce the PR here. |