File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Pull Request
2+
3+ ## Description
4+
5+ Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context.
6+
7+ Fixes # (issue)
8+
9+ ## Type of change
10+
11+ Please delete options that are not relevant.
12+
13+ - [ ] Bug fix (non-breaking change which fixes an issue)
14+ - [ ] New feature (non-breaking change which adds functionality)
15+ - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
16+ - [ ] Documentation update
17+
18+ ## How Has This Been Tested?
19+
20+ Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce.
21+
22+ - [ ] Test A
23+ - [ ] Test B
24+
25+ ## Checklist:
26+
27+ - [ ] My code follows the style guidelines of this project
28+ - [ ] I have performed a self-review of my own code
29+ - [ ] I have commented my code, particularly in hard-to-understand areas
30+ - [ ] I have made corresponding changes to the documentation
31+ - [ ] My changes generate no new warnings
32+ - [ ] I have added tests that prove my fix is effective or that my feature works
33+ - [ ] New and existing unit tests pass locally with my changes
34+ - [ ] Any dependent changes have been merged and published in downstream modules
You can’t perform that action at this time.
0 commit comments