From bae9b2b6d361bf4515469e3920fe322460c7c203 Mon Sep 17 00:00:00 2001 From: dishua <97622932+dishua@users.noreply.github.com> Date: Thu, 4 Jun 2026 03:20:04 +0300 Subject: [PATCH] Create pull request template for contributions Added a pull request template with guidelines for contributors. --- .github/pull_request_template.md | 7 +++++++ 1 file changed, 7 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..9384f3a --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,7 @@ +# 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