From 4879a83279bbf6924079367424d35ebf8469b73a Mon Sep 17 00:00:00 2001 From: Yuliia Dolhopolova <90981178+DoglaYuliia@users.noreply.github.com> Date: Sat, 8 Mar 2025 15:50:48 +0000 Subject: [PATCH 01/13] added files --- .github/pull_request_template.md | 14 ++++++++++++++ CODEOWNERS | 1 + 2 files changed, 15 insertions(+) create mode 100644 .github/pull_request_template.md create mode 100644 CODEOWNERS diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..3732c1f9 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,14 @@ +## Changes Description +- Added a `CODEOWNERS` file to assign `yuliiadolgopolova` as the code owner of the `main` branch. +- Created a `pull_request_template.md` file to standardize PR descriptions. +- Protected the `main` and `develop` branches with specific rules. +- Set `develop` as the default branch. + +## Issue Number and Link +(Provide the task number and link here) + +## Checklist before requesting a review +- [ ] I have performed a self-review of my code. +- [ ] If this is a core feature, I have added thorough tests. +- [ ] Do we need to implement analytics? +- [ ] Is this part of a product update? If yes, please write a brief description. diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 00000000..cbeadb65 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1 @@ +* @yuliiadolgopolova \ No newline at end of file From 38f13b1bae940e922d4ade8398b1a7b2e8e2f077 Mon Sep 17 00:00:00 2001 From: Yuliia Dolhopolova <90981178+DoglaYuliia@users.noreply.github.com> Date: Sat, 8 Mar 2025 15:55:02 +0000 Subject: [PATCH 02/13] changed branch for codeowners --- CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 00000000..d5ff90e6 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1 @@ +* yuliiadolgopolova \ No newline at end of file From a2a444f13666d41389f832f08c64ad1e4b93fc65 Mon Sep 17 00:00:00 2001 From: Yuliia Dolhopolova <90981178+DoglaYuliia@users.noreply.github.com> Date: Sat, 8 Mar 2025 15:57:43 +0000 Subject: [PATCH 03/13] added --- CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index d5ff90e6..cbeadb65 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1 +1 @@ -* yuliiadolgopolova \ No newline at end of file +* @yuliiadolgopolova \ No newline at end of file From 6ff1302ab2c82da1a798a8473b033b5b4f52eee4 Mon Sep 17 00:00:00 2001 From: Yuliia Dolhopolova <90981178+DoglaYuliia@users.noreply.github.com> Date: Sat, 8 Mar 2025 15:59:52 +0000 Subject: [PATCH 04/13] added --- CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index cbeadb65..4bbe03b8 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1 +1 @@ -* @yuliiadolgopolova \ No newline at end of file +* @softservedata @yuliiadolgopolova \ No newline at end of file From 19a51e9c00237943ca0b0361edf01a84b5956cfe Mon Sep 17 00:00:00 2001 From: Yuliia Dolhopolova <90981178+DoglaYuliia@users.noreply.github.com> Date: Sat, 8 Mar 2025 16:05:34 +0000 Subject: [PATCH 05/13] added --- CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index 4bbe03b8..cbeadb65 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1 +1 @@ -* @softservedata @yuliiadolgopolova \ No newline at end of file +* @yuliiadolgopolova \ No newline at end of file From 87f52d8e4b3e92702034934654274fa3f6cc358e Mon Sep 17 00:00:00 2001 From: Yuliia Dolhopolova <90981178+DoglaYuliia@users.noreply.github.com> Date: Sat, 8 Mar 2025 16:07:56 +0000 Subject: [PATCH 06/13] added codeowners --- CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index cbeadb65..d5ff90e6 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1 +1 @@ -* @yuliiadolgopolova \ No newline at end of file +* yuliiadolgopolova \ No newline at end of file From 7a25b0475989da71fbd2776e75e58fc3da19feaf Mon Sep 17 00:00:00 2001 From: Yuliia Dolhopolova <90981178+DoglaYuliia@users.noreply.github.com> Date: Sat, 8 Mar 2025 16:11:52 +0000 Subject: [PATCH 07/13] codeowners --- .github/CODEOWNERS | 1 + CODEOWNERS | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 .github/CODEOWNERS delete mode 100644 CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..cbeadb65 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @yuliiadolgopolova \ No newline at end of file diff --git a/CODEOWNERS b/CODEOWNERS deleted file mode 100644 index d5ff90e6..00000000 --- a/CODEOWNERS +++ /dev/null @@ -1 +0,0 @@ -* yuliiadolgopolova \ No newline at end of file From 58a3caecb21913558360728903f537610f22ae09 Mon Sep 17 00:00:00 2001 From: Yuliia Dolhopolova <90981178+DoglaYuliia@users.noreply.github.com> Date: Sun, 9 Mar 2025 15:08:06 +0000 Subject: [PATCH 08/13] added files --- .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 cbeadb65..00000000 --- a/.github/CODEOWNERS +++ /dev/null @@ -1 +0,0 @@ -* @yuliiadolgopolova \ No newline at end of file From cc0302ebd4f539cef7f4c27337e898ae6cb4ca0a Mon Sep 17 00:00:00 2001 From: Yuliia Dolhopolova <90981178+DoglaYuliia@users.noreply.github.com> Date: Sun, 9 Mar 2025 15:11:36 +0000 Subject: [PATCH 09/13] delete files --- .github/pull_request_template.md | 14 -------------- CODEOWNERS | 1 - 2 files changed, 15 deletions(-) delete mode 100644 .github/pull_request_template.md delete mode 100644 CODEOWNERS diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md deleted file mode 100644 index 3732c1f9..00000000 --- a/.github/pull_request_template.md +++ /dev/null @@ -1,14 +0,0 @@ -## Changes Description -- Added a `CODEOWNERS` file to assign `yuliiadolgopolova` as the code owner of the `main` branch. -- Created a `pull_request_template.md` file to standardize PR descriptions. -- Protected the `main` and `develop` branches with specific rules. -- Set `develop` as the default branch. - -## Issue Number and Link -(Provide the task number and link here) - -## Checklist before requesting a review -- [ ] I have performed a self-review of my code. -- [ ] If this is a core feature, I have added thorough tests. -- [ ] Do we need to implement analytics? -- [ ] Is this part of a product update? If yes, please write a brief description. diff --git a/CODEOWNERS b/CODEOWNERS deleted file mode 100644 index cbeadb65..00000000 --- a/CODEOWNERS +++ /dev/null @@ -1 +0,0 @@ -* @yuliiadolgopolova \ No newline at end of file From 2244e3d93e5c71e33497e42404e3841708cb3af5 Mon Sep 17 00:00:00 2001 From: Yuliia Dolhopolova <90981178+DoglaYuliia@users.noreply.github.com> Date: Sun, 9 Mar 2025 18:03:45 +0100 Subject: [PATCH 10/13] Create 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 00000000..378b862f --- /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 3b83de7b40a6dc16f9e861ae859257459eafd2fe Mon Sep 17 00:00:00 2001 From: Yuliia Dolhopolova <90981178+DoglaYuliia@users.noreply.github.com> Date: Sun, 9 Mar 2025 18:29:26 +0100 Subject: [PATCH 11/13] 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 00000000..e32a21f5 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @softservedata From d26fa0f1554fe0a625f7b0567f7c40647120fa8d Mon Sep 17 00:00:00 2001 From: Yuliia Dolhopolova <90981178+DoglaYuliia@users.noreply.github.com> Date: Sun, 9 Mar 2025 18:53:08 +0100 Subject: [PATCH 12/13] 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 378b862f..352fefda 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,6 +1,6 @@ ## Describe your changes -## Issue ticket number and link +## Issue ticket number and lin ## Checklist before requesting a review - [ ] I have performed a self-review of my code From 8b0d114f9cbf2075549cfdad1dc7defb7538a495 Mon Sep 17 00:00:00 2001 From: Yuliia Dolhopolova <90981178+DoglaYuliia@users.noreply.github.com> Date: Sun, 9 Mar 2025 18:25:13 +0000 Subject: [PATCH 13/13] changed codeowners --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index e32a21f5..d88732f6 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @softservedata +* @yuliiadolgopolova