Add changelog checklist item to pull request template

This commit is contained in:
Mike Salvatore 2021-03-29 12:20:33 -04:00
parent 6693fad0b5
commit fad19075a2
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ Add any further explanations here.
## PR Checklist
* [ ] Have you added an explanation of what your changes do and why you'd like to include them?
* [ ] Is the TravisCI build passing?
* [ ] Was the CHANGELOG.md updated to reflect the changes?
* [ ] Was the documentation framework updated to reflect the changes?
## Testing Checklist