From 33858071148247baaa712b03bcaef7c46fe135d8 Mon Sep 17 00:00:00 2001 From: Anastasia-Storozhenko Date: Fri, 10 Jan 2025 21:58:59 +0200 Subject: [PATCH 1/7] Create CODEOWNER --- .github/CODEOWNER | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/CODEOWNER diff --git a/.github/CODEOWNER b/.github/CODEOWNER new file mode 100644 index 00000000..e32a21f5 --- /dev/null +++ b/.github/CODEOWNER @@ -0,0 +1 @@ +* @softservedata From 56fbf070a764ee8dbc7ce6e4a49bb7723d838020 Mon Sep 17 00:00:00 2001 From: Anastasia-Storozhenko Date: Fri, 10 Jan 2025 22:05:41 +0200 Subject: [PATCH 2/7] 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 c1cbbe0e37e22659370dfc03fbf6b7fde697802a Mon Sep 17 00:00:00 2001 From: Anastasia-Storozhenko Date: Sat, 11 Jan 2025 02:12:57 +0200 Subject: [PATCH 3/7] 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..65f90098 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -6,4 +6,4 @@ - [ ] 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 +- [ ] Will this be part of a product update? If yes, please write one phrase about this update . From ec5cb42634b922c5b1de16d7c91aac84286fb5f0 Mon Sep 17 00:00:00 2001 From: Anastasia-Storozhenko Date: Fri, 24 Jan 2025 19:11:42 +0200 Subject: [PATCH 4/7] Update CODEOWNER --- .github/CODEOWNER | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNER b/.github/CODEOWNER index e32a21f5..c9686c63 100644 --- a/.github/CODEOWNER +++ b/.github/CODEOWNER @@ -1 +1 @@ -* @softservedata +@softservedata From 94e241b463ce29ea4db954b0b7ab054be174a779 Mon Sep 17 00:00:00 2001 From: Anastasia-Storozhenko Date: Fri, 24 Jan 2025 19:23:27 +0200 Subject: [PATCH 5/7] Update CODEOWNER --- .github/CODEOWNER | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNER b/.github/CODEOWNER index c9686c63..aa58bbbb 100644 --- a/.github/CODEOWNER +++ b/.github/CODEOWNER @@ -1 +1 @@ -@softservedata +*@softservedata From 823393583f7f65cc592741d12517f2fc14a5dcc2 Mon Sep 17 00:00:00 2001 From: Anastasia-Storozhenko Date: Thu, 30 Jan 2025 14:48:27 +0200 Subject: [PATCH 6/7] Update CODEOWNER! --- .github/CODEOWNER | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNER b/.github/CODEOWNER index aa58bbbb..e32a21f5 100644 --- a/.github/CODEOWNER +++ b/.github/CODEOWNER @@ -1 +1 @@ -*@softservedata +* @softservedata From 00fd732034417ead1be4fe7cd29e83855dc91712 Mon Sep 17 00:00:00 2001 From: Anastasia-Storozhenko Date: Thu, 30 Jan 2025 15:55:53 +0200 Subject: [PATCH 7/7] Rename CODEOWNER to CODEOWNERS --- .github/{CODEOWNER => CODEOWNERS} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/{CODEOWNER => CODEOWNERS} (100%) diff --git a/.github/CODEOWNER b/.github/CODEOWNERS similarity index 100% rename from .github/CODEOWNER rename to .github/CODEOWNERS