blob: 15476405b1d6f0f6bc9e8628a990864990207abc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Reason for This PR
`[Author TODO: add issue # or explain reasoning.]`
## Description of Changes
`[Author TODO: add description of changes.]`
## License Acceptance
By submitting this pull request, I confirm that my contribution is made under the terms of the MIT license.
## PR Checklist
`[Author TODO: Meet these criteria.]`
`[Reviewer TODO: Verify that these criteria are met. Request changes if not]`
- [ ] All commits in this PR are signed (`git commit -s`).
- [ ] The reason for this PR is clearly provided (issue no. or explanation).
- [ ] The description of changes is clear and encompassing.
- [ ] Any required documentation changes (code and docs) are included in this PR.
- [ ] Any user-facing changes are mentioned in `CHANGELOG.md`.
- [ ] All added/changed functionality is tested.
|