2019-11-29 07:35:01 +00:00
|
|
|
<!--
|
2019-11-29 06:26:15 +00:00
|
|
|
This template provides some ideas of things to include in your PR description.
|
|
|
|
To start, try providing a short summary of your changes in the Title above.
|
|
|
|
If a section of the PR template does not apply to this PR, then delete that section.
|
|
|
|
-->
|
|
|
|
|
2020-01-10 01:11:23 +00:00
|
|
|
## What type of PR is this?
|
2019-11-29 06:26:15 +00:00
|
|
|
|
2020-01-10 01:11:23 +00:00
|
|
|
_(REQUIRED)_
|
|
|
|
|
2020-01-10 09:04:12 +00:00
|
|
|
- [ ] bug
|
|
|
|
- [ ] cleanup
|
|
|
|
- [ ] documentation
|
|
|
|
- [ ] feature
|
2020-01-10 01:11:23 +00:00
|
|
|
|
|
|
|
## What this PR does / why we need it:
|
|
|
|
|
|
|
|
_(REQUIRED)_
|
2019-11-29 06:26:15 +00:00
|
|
|
|
2019-11-29 07:35:49 +00:00
|
|
|
<!--
|
2019-11-29 06:26:15 +00:00
|
|
|
What goal is this change working towards?
|
2020-01-10 01:11:23 +00:00
|
|
|
Provide a bullet pointed summary of how each file was changed.
|
|
|
|
Briefly explain any decisions you made with respect to the changes.
|
|
|
|
Include anything here that you didn't include in *Release Notes*
|
|
|
|
above, such as changes to CI or changes to internal methods.
|
|
|
|
-->
|
|
|
|
|
|
|
|
## Which issue(s) this PR fixes:
|
|
|
|
|
|
|
|
_(REQUIRED)_
|
|
|
|
<!--
|
2019-11-29 06:26:15 +00:00
|
|
|
If this PR fixes one of more issues, list them here.
|
|
|
|
One line each, like so:
|
|
|
|
Fixes #123
|
|
|
|
Fixes #39
|
|
|
|
-->
|
|
|
|
|
2020-01-10 01:11:23 +00:00
|
|
|
## Special notes for your reviewer:
|
2019-11-29 07:39:52 +00:00
|
|
|
|
|
|
|
_(fill-in or delete this section)_
|
|
|
|
|
|
|
|
<!--
|
2020-01-10 01:11:23 +00:00
|
|
|
Is there any particular feedback you would / wouldn't like?
|
|
|
|
Which parts of the code should reviewers focus on?
|
2019-11-29 07:39:52 +00:00
|
|
|
-->
|
|
|
|
|
2020-01-10 09:04:12 +00:00
|
|
|
## Testing
|
|
|
|
|
|
|
|
_(fill-in or delete this section)_
|
|
|
|
|
|
|
|
<!--
|
|
|
|
Describe how you tested this change.
|
|
|
|
-->
|
|
|
|
|
2020-01-10 01:11:23 +00:00
|
|
|
## Release Notes
|
2019-11-29 06:26:15 +00:00
|
|
|
|
2020-01-10 01:11:23 +00:00
|
|
|
_(REQUIRED)_
|
2019-11-29 07:35:49 +00:00
|
|
|
<!--
|
2020-01-10 01:11:23 +00:00
|
|
|
If this PR makes user facing changes, please describe them here. This
|
|
|
|
description will be copied into the release notes/changelog, whenever the
|
|
|
|
next version is released. Keep this section short, and focus on high level
|
|
|
|
changes.
|
2019-11-29 06:26:15 +00:00
|
|
|
|
2020-01-10 09:04:12 +00:00
|
|
|
Put your text between the block. To omit notes, use NONE within the block.
|
|
|
|
-->
|
2019-11-29 06:26:15 +00:00
|
|
|
|
2020-01-10 09:04:12 +00:00
|
|
|
```release-note
|
2019-11-29 06:26:15 +00:00
|
|
|
|
2020-01-10 09:04:12 +00:00
|
|
|
```
|