From da8e5751ed38b9c37d0dd956b4d47f30043b9902 Mon Sep 17 00:00:00 2001 From: ivansstef <65235292+ivansstef@users.noreply.github.com> Date: Fri, 31 Oct 2025 15:31:14 +0200 Subject: [PATCH 1/7] 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..e32a21f --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @softservedata From b0da31ac60cf5f7fdea389ce207da6a9efbba189 Mon Sep 17 00:00:00 2001 From: ivansstef <65235292+ivansstef@users.noreply.github.com> Date: Fri, 31 Oct 2025 16:32:20 +0200 Subject: [PATCH 2/7] Update CODEOWNERS From 9aee5149cab6ee60660fe376e80c228c9a906c77 Mon Sep 17 00:00:00 2001 From: ivansstef <65235292+ivansstef@users.noreply.github.com> Date: Fri, 31 Oct 2025 17:04:51 +0200 Subject: [PATCH 3/7] Add pull request template --- .github/pull_request_template.md | 11 +++++++++++ 1 file changed, 11 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..5b2cc00 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,11 @@ +## Describe your changes +_Опиши що саме ти зробив?_ + +## Issue ticket number and link +_Insert number: #123 – Insert link to related issue_ + +## 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 00d5fe025d62fc87969370d5921f9cd08edd2e77 Mon Sep 17 00:00:00 2001 From: ivansstef <65235292+ivansstef@users.noreply.github.com> Date: Fri, 31 Oct 2025 17:41:56 +0200 Subject: [PATCH 4/7] Add test-webhook file --- test-webhook | 1 + 1 file changed, 1 insertion(+) create mode 100644 test-webhook diff --git a/test-webhook b/test-webhook new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/test-webhook @@ -0,0 +1 @@ +1 From 5238d77c60f5799ec56d72c814241af41d25ad21 Mon Sep 17 00:00:00 2001 From: ivansstef <65235292+ivansstef@users.noreply.github.com> Date: Fri, 31 Oct 2025 17:52:14 +0200 Subject: [PATCH 5/7] Delete test-webhook --- test-webhook | 1 - 1 file changed, 1 deletion(-) delete mode 100644 test-webhook diff --git a/test-webhook b/test-webhook deleted file mode 100644 index d00491f..0000000 --- a/test-webhook +++ /dev/null @@ -1 +0,0 @@ -1 From aa865211fad89cf8aa19fc3a2a6caa6078e3fee6 Mon Sep 17 00:00:00 2001 From: ivansstef <65235292+ivansstef@users.noreply.github.com> Date: Fri, 31 Oct 2025 18:39:03 +0200 Subject: [PATCH 6/7] Add files via upload --- .github/pull_request_template.md | 11 +++++++++++ 1 file changed, 11 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..5b2cc00 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,11 @@ +## Describe your changes +_Опиши що саме ти зробив?_ + +## Issue ticket number and link +_Insert number: #123 – Insert link to related issue_ + +## 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 65930a57185a82d6be0cb9f4abc6dcf12ff5d6d2 Mon Sep 17 00:00:00 2001 From: ivansstef <65235292+ivansstef@users.noreply.github.com> Date: Wed, 19 Nov 2025 11:53:01 +0200 Subject: [PATCH 7/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f95131..db3fb1e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Task on GitHub Topic +4# Task on GitHub Topic 1. Add user `softservedata` to this repository.