-
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
1 parent
d7c2bf7
commit bbf3d82
Showing
1 changed file
with
5 additions
and
6 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,20 +1,19 @@ | ||
**Description** | ||
### Description | ||
A clear and concise description of what was changed. | ||
|
||
**Issues** | ||
A list of GitHub issues related to this PR. | ||
Fixes # (issue number) | ||
|
||
**Type of Change** | ||
### Type of Change | ||
- [ ] Bug fix (non-breaking change which fixes an issue) | ||
- [ ] New feature (non-breaking change which adds functionality) | ||
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) | ||
- [ ] This change requires a schema change | ||
- [ ] This change requires a documentation update | ||
|
||
**Testing Done** | ||
### Testing Done | ||
A clear and concise description of the new tests added to validate the change as well as any manual testing done. | ||
|
||
**Checklist** | ||
### Checklist | ||
- [ ] I have added tests that prove my change works as expected, and `make test` passes with no new errors or warnings | ||
- [ ] I have performed a self-review of my own code | ||
- [ ] I have commented my code in particularly hard-to-understand areas |