From 9529ee86ccd9917a19df15f0f7de8d14259edfee Mon Sep 17 00:00:00 2001 From: Mikhail Wall Date: Thu, 25 Jul 2024 14:40:03 +0200 Subject: [PATCH] feat: added pr template (#266) * feat: added pr template * fix: deleted first check --- pull_request_template.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 pull_request_template.md diff --git a/pull_request_template.md b/pull_request_template.md new file mode 100644 index 000000000..2a564c488 --- /dev/null +++ b/pull_request_template.md @@ -0,0 +1,11 @@ +## Describe your changes + +## Issue ticket number and link + +Fixes # (issue) + +## Checklist before requesting a review + +- [ ] I have added tests that prove my fix is effective or that my feature works +- [ ] I have made corresponding changes to the documentation +- [ ] I have tested this code by deploying the infrastructure and ensuring that commitments are being settled