From 4873cb93a81bb042cc7efd5a828d5d98714276e7 Mon Sep 17 00:00:00 2001 From: Oleh <119450706+abushka110@users.noreply.github.com> Date: Wed, 29 Oct 2025 13:30:23 +0100 Subject: [PATCH 1/3] Add CODEOWNERS file for repository ownership --- .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..aa58bbb --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +*@softservedata From 2365e9131aa159d30396077fa4954b75874f41a3 Mon Sep 17 00:00:00 2001 From: Oleh <119450706+abushka110@users.noreply.github.com> Date: Wed, 29 Oct 2025 13:31:04 +0100 Subject: [PATCH 2/3] Add pull request template for better reviews --- .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..378b862 --- /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 From 4d87ba9c14d3d7b06b507252bda5d628fc0b9b64 Mon Sep 17 00:00:00 2001 From: online-marathon <61456363+online-marathon@users.noreply.github.com> Date: Fri, 31 Oct 2025 11:32:05 +0200 Subject: [PATCH 3/3] Update CODEOWNERS --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index aa58bbb..c600428 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -*@softservedata +softservedata