diff --git a/.github/workflows/pull_request_template.md b/.github/workflows/pull_request_template.md new file mode 100644 index 000000000..8da74524c --- /dev/null +++ b/.github/workflows/pull_request_template.md @@ -0,0 +1,12 @@ +Closes #number + + + +* [ ] I have updated CHANGELOG.md +* [ ] I have added unit tests to demonstrate the contribution is correctly implemented +* [ ] I have run all the tests locally and no test failure was reported +* [ ] I did not introduce unrelated formatting/whitespace changes in the code base +* [ ] I did not do unrelated and/or undiscussed refactorings