From 4bdfe4ef5958418d8d4299b91d97e811c80191ac Mon Sep 17 00:00:00 2001 From: berehx Date: Sun, 11 Jan 2026 12:44:36 +0200 Subject: [PATCH 1/4] Create CODEOWNERS --- .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..e32a21f --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @softservedata From b5941cea2fef8097088b3c9f22588c0f42e8a931 Mon Sep 17 00:00:00 2001 From: berehx Date: Sun, 11 Jan 2026 12:45:58 +0200 Subject: [PATCH 2/4] Create pull_request_template.md --- .github/.github/pull_request_template.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/.github/pull_request_template.md diff --git a/.github/.github/pull_request_template.md b/.github/.github/pull_request_template.md new file mode 100644 index 0000000..d53e626 --- /dev/null +++ b/.github/.github/pull_request_template.md @@ -0,0 +1,5 @@ +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 f79894bbb81e96cc540a5d66ac9d0643fabc88f5 Mon Sep 17 00:00:00 2001 From: Neo Date: Sun, 11 Jan 2026 13:36:05 +0200 Subject: [PATCH 3/4] Fix: correct file paths for PR template and CODEOWNERS --- .github/{.github => }/pull_request_template.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/{.github => }/pull_request_template.md (100%) diff --git a/.github/.github/pull_request_template.md b/.github/pull_request_template.md similarity index 100% rename from .github/.github/pull_request_template.md rename to .github/pull_request_template.md From c3ee25b8bd04050b55ab99fb1f0bc30e8db38b23 Mon Sep 17 00:00:00 2001 From: berehx Date: Sun, 11 Jan 2026 13:57:47 +0200 Subject: [PATCH 4/4] Update pull_request_template.md --- .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 d53e626..4695dda 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,4 +1,4 @@ -Checklist before requesting a review +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?