2021-02-07 10:59:09 +00:00
|
|
|
# Description
|
|
|
|
|
2023-10-04 10:53:32 +00:00
|
|
|
<!--
|
|
|
|
Include a summary of the change.
|
|
|
|
Please also include relevant motivation and context.
|
|
|
|
-->
|
2021-02-07 10:59:09 +00:00
|
|
|
|
2021-05-11 10:15:34 +00:00
|
|
|
<!-- Link the issue which will be fixed (if any) here: -->
|
|
|
|
Fixes #
|
2021-02-07 10:59:09 +00:00
|
|
|
|
|
|
|
## Type of change
|
|
|
|
|
2021-05-11 10:15:34 +00:00
|
|
|
<!-- Delete options that are not relevant. -->
|
2021-02-07 10:59:09 +00:00
|
|
|
|
|
|
|
- [ ] Bug fix (non-breaking change which fixes an issue)
|
|
|
|
- [ ] New feature (non-breaking change which adds functionality)
|
|
|
|
- [ ] Improvement (non-breaking change that does improve existing functionality)
|
|
|
|
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
|
|
|
|
- [ ] This change requires a documentation update
|
|
|
|
|
|
|
|
## Checklist:
|
|
|
|
|
|
|
|
- [ ] My code follows the style guidelines of this project
|
|
|
|
- [ ] I have performed a self-review of my own code
|
|
|
|
- [ ] I have commented my code, particularly in hard-to-understand areas
|
2021-05-11 10:15:34 +00:00
|
|
|
- [ ] I have made corresponding changes to the documentation (README.md or the documentation under `docs/`)
|
2021-02-07 10:59:09 +00:00
|
|
|
- [ ] If necessary I have added tests that prove my fix is effective or that my feature works
|
|
|
|
- [ ] New and existing unit tests pass locally with my changes
|
2023-11-26 01:00:56 +00:00
|
|
|
- [ ] **I have added information about changes made in this PR to `CHANGELOG.md`**
|