From 4c57124c8671dd1664024861a9da14239ebf3afe Mon Sep 17 00:00:00 2001 From: Anton Trunov Date: Wed, 27 Mar 2024 23:02:26 +0300 Subject: [PATCH] chore: add a pull request template (#202) --- .github/workflows/pull_request_template.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/pull_request_template.md 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