File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Expand file tree Collapse file tree 1 file changed +34
-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+ - [ ] Requires documentation updates
14+
15+ # Testing
16+
17+ Please describe the test(s) that you added and ran to verify your changes.
18+
19+ ## Test(s) description
20+
21+ ** Test Configuration** :
22+
23+ * OS:
24+
25+ # Checklist:
26+
27+ - [ ] I have added tests that prove my fix is effective and/or that my feature works
28+ - [ ] New and existing unit tests pass locally with my changes
29+ - [ ] I have used understandable variable names
30+ - [ ] I have squashed my commits into a single commit ready for review
31+ - [ ] I have run ` git-clang-format HEAD~ ` on my changes
32+ - [ ] I have made corresponding changes to the documentation
33+ - [ ] I have performed a self-review of my own code
34+ - [ ] I have commented my code, particularly in hard-to-understand areas
You can’t perform that action at this time.
0 commit comments