From 89ec0e2b6caeffbea38ce396cba8a261a92d8842 Mon Sep 17 00:00:00 2001 From: Oleksandr Kozynets Date: Tue, 14 Oct 2025 19:50:00 +0100 Subject: [PATCH 1/4] Add softservedata as code owner for all files in main --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..ff7bc44 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +.github/CODEOWNERS From e93032694f73a90c7d2d686a19267444a8a9b3fa Mon Sep 17 00:00:00 2001 From: Oleksandr Kozynets Date: Tue, 14 Oct 2025 19:50:00 +0100 Subject: [PATCH 2/4] Add softservedata as code owner for all files in main --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index ff7bc44..e32a21f 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -.github/CODEOWNERS +* @softservedata From b5edd6f068fe6442c453a798e62cbdf0ec3e744a Mon Sep 17 00:00:00 2001 From: Oleksandr Kozynets Date: Tue, 14 Oct 2025 21:17:51 +0100 Subject: [PATCH 3/4] add pull_request_template.md --- .github/pull_request_template.md | 1 + 1 file changed, 1 insertion(+) 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..9f4e8d7 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1 @@ +#test From ce9b37c8fab7ec81fbc82348b3457b3de1b882f0 Mon Sep 17 00:00:00 2001 From: Oleksandr Kozynets Date: Tue, 14 Oct 2025 22:55:03 +0100 Subject: [PATCH 4/4] add pull_request_template.md --- .github/pull_request_template.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 9f4e8d7..5c2e160 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1 +1,10 @@ -#test +## 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