From 1a595409bbd0d0c234094aa3b30cedf0f7fb673e Mon Sep 17 00:00:00 2001 From: Mathieu Gamache Date: Tue, 4 Jun 2024 11:09:36 -0400 Subject: [PATCH] Add pull request --- .github/PULL_REQUEST_TEMPLATE.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..3ee629a --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,13 @@ + + +## Description of changes + + +## Breaking changes + + +## Additional checks + + +- [ ] Updated the documentation of the project to reflect the changes +- [ ] Added new tests that cover the code changes