From c1d93e094d5208b537712a57fed4e8a350d9e5d9 Mon Sep 17 00:00:00 2001 From: Thibault Cheneviere Date: Sat, 13 Apr 2024 17:37:13 -0400 Subject: [PATCH] feat: added a pull request template --- .github/PULL_REQUEST_TEMPLATE.md | 11 +++++++++++ 1 file changed, 11 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..1ea91c6 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,11 @@ +## Describe your changes + +## Issue ticket number and link (if necessary) + +## Checklist before requesting a review + +- [ ] I have performed a self-review of my code +- [ ] I have added thorough tests and all tests are passing +- [ ] I have added the necessary changes to documentation and/or README +- [ ] Do we need to implement analytics? +- [ ] Will this be part of a product update? If yes, please write one phrase about this update.