--- a +++ b/.github/pull_request_template.md @@ -0,0 +1,13 @@ +<!--- Provide a general summary of your changes in the title. --> + +## Description + +<!--- Describe the changes. --> + +## Checklist + +<!--- Every item must be checked before the PR is merged. [] -> [x] --> + +- [ ] If this PR is a bug fix, the bug is documented in the test suite. +- [ ] Changes were documented in the changelog (pending section). +- [ ] If necessary, changes were made to the documentation (eg new pipeline).