From 5c832371859486a1caf954ea09f0e2fdd21676b5 Mon Sep 17 00:00:00 2001 From: Kiv1k Date: Thu, 2 Jul 2026 17:44:18 +0300 Subject: [PATCH] Create pull_request_template.md Added a pull request template to guide contributors. --- .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..ff02f4f --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,11 @@ +Describe your changes + + +Issue ticket number and link + + +Checklist before requesting a review +- [ ] I have performed a self-review of my code +- [ ] If it is a core feature, I have added thorough tests +- [ ] Do we need to implement analytics? +- [ ] Will this be part of a product update? If yes, please write one phrase about this update