From e4d79cbab838cde256e228d7555d85901573b8dc Mon Sep 17 00:00:00 2001 From: harturicko <104152747+harturicko@users.noreply.github.com> Date: Wed, 8 Apr 2026 13:02:55 +0200 Subject: [PATCH 01/14] Add .github/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..dfb3796 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @softservedata \ No newline at end of file From 649dbcbb3d91cde26c85b5b0e32c735ff41f8639 Mon Sep 17 00:00:00 2001 From: harturicko <104152747+harturicko@users.noreply.github.com> Date: Wed, 8 Apr 2026 13:03:30 +0200 Subject: [PATCH 02/14] 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 dfb3796..0000000 --- a/.github/CODEOWNERS +++ /dev/null @@ -1 +0,0 @@ -* @softservedata \ No newline at end of file From 487e5f4de12e993165d7818160e174c63cc489ac Mon Sep 17 00:00:00 2001 From: harturicko <104152747+harturicko@users.noreply.github.com> Date: Wed, 8 Apr 2026 13:29:08 +0200 Subject: [PATCH 03/14] Add .github/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..dfb3796 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @softservedata \ No newline at end of file From 9c00117cf3636e647d9aea731b0aa5bc7c3f68c6 Mon Sep 17 00:00:00 2001 From: harturicko <104152747+harturicko@users.noreply.github.com> Date: Wed, 8 Apr 2026 13:29:55 +0200 Subject: [PATCH 04/14] 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 dfb3796..0000000 --- a/.github/CODEOWNERS +++ /dev/null @@ -1 +0,0 @@ -* @softservedata \ No newline at end of file From b80edbd62b4218d32a935f8f09d6908a47c8453f Mon Sep 17 00:00:00 2001 From: harturicko <104152747+harturicko@users.noreply.github.com> Date: Wed, 8 Apr 2026 13:52:27 +0200 Subject: [PATCH 05/14] Add .github/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..dfb3796 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @softservedata \ No newline at end of file From b223ed0bca50f58246a09b0a1a5cd59f71b25e78 Mon Sep 17 00:00:00 2001 From: harturicko <104152747+harturicko@users.noreply.github.com> Date: Wed, 8 Apr 2026 13:52:29 +0200 Subject: [PATCH 06/14] Add .github/pull_request_template.md --- .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 c2a5c7e43217080d1e569e25abf866d6bfb78c32 Mon Sep 17 00:00:00 2001 From: harturicko <104152747+harturicko@users.noreply.github.com> Date: Wed, 8 Apr 2026 13:59:35 +0200 Subject: [PATCH 07/14] Delete .github/pull_request_template.md --- .github/pull_request_template.md | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md deleted file mode 100644 index 378b862..0000000 --- a/.github/pull_request_template.md +++ /dev/null @@ -1,9 +0,0 @@ -## 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 2d32f484cf8b51cabdfe9a687d3b6f04c76a995e Mon Sep 17 00:00:00 2001 From: harturicko <104152747+harturicko@users.noreply.github.com> Date: Wed, 8 Apr 2026 13:59:39 +0200 Subject: [PATCH 08/14] 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 dfb3796..0000000 --- a/.github/CODEOWNERS +++ /dev/null @@ -1 +0,0 @@ -* @softservedata \ No newline at end of file From 13c27eca7419970bd60d84244e103f5ce4eb0e12 Mon Sep 17 00:00:00 2001 From: harturicko <104152747+harturicko@users.noreply.github.com> Date: Wed, 8 Apr 2026 14:00:29 +0200 Subject: [PATCH 09/14] Add .github/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..dfb3796 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @softservedata \ No newline at end of file From fd078bae536c7e908526fa6de134b1693cc79775 Mon Sep 17 00:00:00 2001 From: harturicko <104152747+harturicko@users.noreply.github.com> Date: Wed, 8 Apr 2026 14:00:30 +0200 Subject: [PATCH 10/14] Add .github/pull_request_template.md --- .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 c0fe21cce406031ca713d9e4e7fdb42e0f889ddd Mon Sep 17 00:00:00 2001 From: harturicko <104152747+harturicko@users.noreply.github.com> Date: Wed, 8 Apr 2026 14:15:46 +0200 Subject: [PATCH 11/14] Delete .github/pull_request_template.md --- .github/pull_request_template.md | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md deleted file mode 100644 index 378b862..0000000 --- a/.github/pull_request_template.md +++ /dev/null @@ -1,9 +0,0 @@ -## 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 deb088b482b97d27314b38eee27b016a8fa3c62c Mon Sep 17 00:00:00 2001 From: harturicko <104152747+harturicko@users.noreply.github.com> Date: Wed, 8 Apr 2026 14:15:48 +0200 Subject: [PATCH 12/14] 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 dfb3796..0000000 --- a/.github/CODEOWNERS +++ /dev/null @@ -1 +0,0 @@ -* @softservedata \ No newline at end of file From 53959c05522a418450e3ea3e7736461a73f7ac07 Mon Sep 17 00:00:00 2001 From: Artur Omelian Date: Wed, 8 Apr 2026 14:22:15 +0200 Subject: [PATCH 13/14] hey --- ew.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 ew.txt diff --git a/ew.txt b/ew.txt new file mode 100644 index 0000000..e69de29 From 3c5061521b0a8f611f13fa0ff421eb198d41709e Mon Sep 17 00:00:00 2001 From: harturicko <104152747+harturicko@users.noreply.github.com> Date: Wed, 8 Apr 2026 14:23:11 +0200 Subject: [PATCH 14/14] Delete ew.txt --- ew.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 ew.txt diff --git a/ew.txt b/ew.txt deleted file mode 100644 index e69de29..0000000