From 87eafa9a3a224e4e04ad557b4c10fd3b6d4143b5 Mon Sep 17 00:00:00 2001 From: Viktor Nedilskyi Date: Mon, 3 Nov 2025 21:06:16 +0200 Subject: [PATCH 1/3] Add template (pull_request_template.md) to .github --- .github/pull_request_template.md | 9 +++++++++ 1 file changed, 9 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..b782976 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,9 @@ +## 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 \ No newline at end of file From 2cdb5ff4c6a4ee427d2e41c3d80ef0ff5a7fef5b Mon Sep 17 00:00:00 2001 From: Viktor Nedilskyi Date: Mon, 3 Nov 2025 21:39:58 +0200 Subject: [PATCH 2/3] test commit message --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index b782976..e91ea62 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,7 +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 From 84b2e0558eee0a144b8224cfd881b1d081b29f56 Mon Sep 17 00:00:00 2001 From: Viktor Nedilskyi <99563511+vitya199909@users.noreply.github.com> Date: Mon, 3 Nov 2025 21:44:13 +0200 Subject: [PATCH 3/3] Update pull request template formatting --- .github/pull_request_template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index e91ea62..378b862 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,9 +1,9 @@ ## 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 \ No newline at end of file +- [ ] Will this be part of a product update? If yes, please write one phrase about this update