UNPKG

1.01 kBMarkdownView Raw
1# Description
2
3Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context.
4Fixes # (issue)
5
6## Type of change
7
8Please delete options that are not relevant.
9
10- [ ] Bug fix (non-breaking change which fixes an issue)
11- [ ] New feature (non-breaking change which adds functionality)
12- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
13- [ ] This change requires a documentation update
14- [ ] Development tool configuration change
15
16# Checklist:
17
18- [ ] My code follows the style guidelines of this project
19- [ ] I have performed a self-review of my own code
20- [ ] I have commented my code, particularly in hard-to-understand areas
21- [ ] I have made corresponding changes to the documentation
22- [ ] My changes do not lower current test coverage
23- [ ] I have added tests that prove my fix is effective or that my feature works
24- [ ] New and existing unit tests pass locally with my changes