From c9f9983ebc363d7d284da87d786d979e017095af Mon Sep 17 00:00:00 2001 From: Enkon <38327799+Enk0n@users.noreply.github.com> Date: Wed, 12 Aug 2026 23:54:41 +0300 Subject: [PATCH 1/2] Format pull request template with headings --- .github/pull_request_template.md | 10 ++++++++++ 1 file changed, 10 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..363b483 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,10 @@ +## 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 From d303f17043eb49058e652f9fe6ac2e4afe4c5ef1 Mon Sep 17 00:00:00 2001 From: Enkon <38327799+Enk0n@users.noreply.github.com> Date: Wed, 12 Aug 2026 23:55:55 +0300 Subject: [PATCH 2/2] Update pull request template checklist format --- .github/pull_request_template.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 363b483..5c2e160 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -4,7 +4,7 @@ ## 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 +- [ ] 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