From 84b357ede7e7dc9ba3dd1ad358af185fb0a155d6 Mon Sep 17 00:00:00 2001 From: Andriy0206 Date: Sat, 18 Oct 2025 23:24:17 +0300 Subject: [PATCH 1/8] Add CODEOWNERS file for softservedata --- .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..5c6d386 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +*softservedata From 0178ed6ef12a42b7242a6390ac7a6f7765d7a3b8 Mon Sep 17 00:00:00 2001 From: Andriy0206 Date: Mon, 20 Oct 2025 21:53:19 +0300 Subject: [PATCH 2/8] Update CODEOWNERS --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 5c6d386..e32a21f 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -*softservedata +* @softservedata From 2864b4131ba3ddd18c09b07ed1b50082f6c70174 Mon Sep 17 00:00:00 2001 From: Andriy0206 Date: Mon, 20 Oct 2025 21:55:27 +0300 Subject: [PATCH 3/8] Delete .github/CODEOWNERS --- .github/CODEOWNERS | 1 - 1 file changed, 1 deletion(-) delete mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS deleted file mode 100644 index e32a21f..0000000 --- a/.github/CODEOWNERS +++ /dev/null @@ -1 +0,0 @@ -* @softservedata From 2748ede1797622c9f508af98db7470f7ca644609 Mon Sep 17 00:00:00 2001 From: Andriy0206 Date: Mon, 20 Oct 2025 21:58:55 +0300 Subject: [PATCH 4/8] 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 4466a6542eb0996403ec71626fc55bc2771399c8 Mon Sep 17 00:00:00 2001 From: Andriy0206 Date: Mon, 20 Oct 2025 22:06:34 +0300 Subject: [PATCH 5/8] Create pull request template Add a pull request template to guide contributors. --- .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 4150d1a2fd7ebd9c66fb190a19c24de97f648435 Mon Sep 17 00:00:00 2001 From: Andriy0206 Date: Mon, 20 Oct 2025 22:42:25 +0300 Subject: [PATCH 6/8] Fix CODEOWNERS syntax for softservedata --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index e32a21f..aa58bbb 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @softservedata +*@softservedata From f7a5e4633e364e1889e19ea49851eb0c79a34cf7 Mon Sep 17 00:00:00 2001 From: Andriy0206 Date: Mon, 20 Oct 2025 22:44:16 +0300 Subject: [PATCH 7/8] Fix formatting of CODEOWNERS entry --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index aa58bbb..e32a21f 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -*@softservedata +* @softservedata From e84190c1fe129de097a893b736b951266f805d02 Mon Sep 17 00:00:00 2001 From: Andriy0206 Date: Mon, 20 Oct 2025 23:03:04 +0300 Subject: [PATCH 8/8] Fix CODEOWNERS syntax for user assignment --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index e32a21f..aa58bbb 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @softservedata +*@softservedata