From 7069ac1cfa740c61ced4b2b6930771691e87220d Mon Sep 17 00:00:00 2001 From: ivansstef <65235292+ivansstef@users.noreply.github.com> Date: Wed, 19 Nov 2025 11:23:13 +0200 Subject: [PATCH 1/6] 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 623d3c5fa6b3f7d07bb1291d3f96e8b0f9cd7af5 Mon Sep 17 00:00:00 2001 From: ivansstef <65235292+ivansstef@users.noreply.github.com> Date: Wed, 19 Nov 2025 11:24:35 +0200 Subject: [PATCH 2/6] 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 c6d5d8cdc60b84b66c25a6f0c3e65124d0ad58e9 Mon Sep 17 00:00:00 2001 From: ivansstef <65235292+ivansstef@users.noreply.github.com> Date: Wed, 19 Nov 2025 11:28:00 +0200 Subject: [PATCH 3/6] Add pull request template for contributors --- .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 0f4aa3b992d8b7578f06529c8deb59515b7a681a Mon Sep 17 00:00:00 2001 From: ivansstef <65235292+ivansstef@users.noreply.github.com> Date: Wed, 19 Nov 2025 11:50:57 +0200 Subject: [PATCH 4/6] Add webhooktest header to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e380385..f28a16b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +webhooktest # Task on Terraform Topic Write Terraform code that configures the GitHub repository according to the following requirements, execute it and save your Terraform code in a repository secret named `TERRAFORM`. From 8e49e9b9bd82ed8ab57c0dc051aade8429a76feb Mon Sep 17 00:00:00 2001 From: ivansstef <65235292+ivansstef@users.noreply.github.com> Date: Wed, 19 Nov 2025 11:56:00 +0200 Subject: [PATCH 5/6] Update project name from 'webhooktest' to 'test' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f28a16b..8171799 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -webhooktest +test # Task on Terraform Topic Write Terraform code that configures the GitHub repository according to the following requirements, execute it and save your Terraform code in a repository secret named `TERRAFORM`. From c0d287112e2a71f85e3ee56502f89d46085eec36 Mon Sep 17 00:00:00 2001 From: ivansstef <65235292+ivansstef@users.noreply.github.com> Date: Wed, 19 Nov 2025 13:52:42 +0200 Subject: [PATCH 6/6] 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