-
Notifications
You must be signed in to change notification settings - Fork 0
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
17 additions
and
3 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 |
---|---|---|
@@ -1,10 +1,24 @@ | ||
## Description | ||
|
||
<!--If this fixes an issue then fill this, otherwise DELETE the line below --> | ||
Fixes # | ||
|
||
## Interface impacts | ||
<!-- API changes, file format updates, coordination of changes with the community. --> | ||
|
||
## Testing | ||
<!-- If relevant describe any special setup for testing. --> | ||
|
||
- [ ] Passes unit tests on MacOS, linux, Windows (at least one required) | ||
- [ ] Functional testing | ||
### Unit tests | ||
<!-- At least one of these must be checked if unit tests exist. DELETE the unchecked/untested options. --> | ||
- [ ] No unit tests | ||
- [ ] Mac | ||
- [ ] Linux | ||
- [ ] Windows | ||
|
||
Fixes # | ||
Independent check of unit tests by [REVIEWER NAME] | ||
- [ ] [PLATFORM]: | ||
|
||
### Functional tests | ||
<!-- Describe and document results of any functional tests, otherwise leave the text below --> | ||
No functional testing. |