-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# Description | ||
|
||
Please include a summary of changes, motivation and context for this PR. | ||
|
||
Fixes # (issue) | ||
|
||
## Type of change | ||
|
||
Please tick all options which are relevant. | ||
|
||
- [ ] Bug fix | ||
- [ ] New feature | ||
- [ ] Requires documentation updates | ||
|
||
# Testing | ||
|
||
Please describe the test(s) that you added and ran to verify your changes. | ||
|
||
## Test(s) description | ||
|
||
**Test Configuration**: | ||
|
||
* OS: | ||
|
||
# Checklist: | ||
|
||
- [ ] I have added tests that prove my fix is effective and/or that my feature works | ||
- [ ] New and existing unit tests pass locally with my changes | ||
- [ ] I have used understandable variable names | ||
- [ ] I have squashed my commits into a single commit ready for review | ||
- [ ] I have run `git-clang-format HEAD~` on my changes | ||
- [ ] I have made corresponding changes to the documentation | ||
- [ ] I have performed a self-review of my own code | ||
- [ ] I have commented my code, particularly in hard-to-understand areas |