File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change 1+ # Description
2+
3+ Please include a summary of changes, motivation and context for this PR.
4+
5+ Fixes # (issue)
6+
7+ ## Type of change
8+
9+ Please tick all options which are relevant.
10+
11+ - [ ] Bug fix
12+ - [ ] New feature
13+ - [ ] Added/removed dependencies
14+ - [ ] Requires documentation updates
15+
16+ # Testing
17+
18+ Please describe the test(s) that you added and ran to verify your changes.
19+
20+ ## Test(s) description
21+
22+ ** Test Configuration** :
23+
24+ * OS:
25+
26+ # Checklist:
27+
28+ - [ ] I have added tests that prove my fix is effective and/or that my feature works
29+ - [ ] New and existing unit tests pass locally with my changes
30+ - [ ] I have used understandable variable names
31+ - [ ] I have squashed my commits into a single commit ready for review
32+ - [ ] I have run ` git-clang-format HEAD~ ` on my changes
33+ - [ ] I have made corresponding changes to the documentation
34+ - [ ] I have performed a self-review of my own code
35+ - [ ] I have commented my code, particularly in hard-to-understand areas
You can’t perform that action at this time.
0 commit comments