From d9376609d0e0b0b59133d52db446909ba4b2e716 Mon Sep 17 00:00:00 2001 From: ocheresh <51712586+ocheresh@users.noreply.github.com> Date: Fri, 10 Jan 2025 10:59:23 +0000 Subject: [PATCH 01/13] add codeowner --- .github/workflows/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/workflows/CODEOWNERS diff --git a/.github/workflows/CODEOWNERS b/.github/workflows/CODEOWNERS new file mode 100644 index 00000000..dfb37968 --- /dev/null +++ b/.github/workflows/CODEOWNERS @@ -0,0 +1 @@ +* @softservedata \ No newline at end of file From 5969dd511ce630f49799024cde665497502e9803 Mon Sep 17 00:00:00 2001 From: ocheresh <51712586+ocheresh@users.noreply.github.com> Date: Fri, 10 Jan 2025 11:04:12 +0000 Subject: [PATCH 02/13] add pull_request --- .github/workflows/pull_request_template.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/workflows/pull_request_template.md diff --git a/.github/workflows/pull_request_template.md b/.github/workflows/pull_request_template.md new file mode 100644 index 00000000..a3477a60 --- /dev/null +++ b/.github/workflows/pull_request_template.md @@ -0,0 +1,10 @@ +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 \ No newline at end of file From cb4dff8010b2e0c23b0be6c795a9bc645b7d50ac Mon Sep 17 00:00:00 2001 From: ocheresh <51712586+ocheresh@users.noreply.github.com> Date: Fri, 10 Jan 2025 13:27:35 +0200 Subject: [PATCH 03/13] Update pull_request_template.md --- .github/workflows/pull_request_template.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/.github/workflows/pull_request_template.md b/.github/workflows/pull_request_template.md index a3477a60..378b862f 100644 --- a/.github/workflows/pull_request_template.md +++ b/.github/workflows/pull_request_template.md @@ -1,10 +1,9 @@ -Describe your changes +## Describe your changes -Issue ticket number and link +## 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 \ No newline at end of file +## 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 8aba702fd7bb02d1a0a384047c3099ff93f2face Mon Sep 17 00:00:00 2001 From: ocheresh <51712586+ocheresh@users.noreply.github.com> Date: Fri, 10 Jan 2025 13:39:56 +0200 Subject: [PATCH 04/13] Create CODEOWNERS --- .github/workflows/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/workflows/CODEOWNERS diff --git a/.github/workflows/CODEOWNERS b/.github/workflows/CODEOWNERS new file mode 100644 index 00000000..e32a21f5 --- /dev/null +++ b/.github/workflows/CODEOWNERS @@ -0,0 +1 @@ +* @softservedata From 2a83c82b9024eb8042b0a16f43ab8988b01ea91a Mon Sep 17 00:00:00 2001 From: ocheresh <51712586+ocheresh@users.noreply.github.com> Date: Sat, 11 Jan 2025 23:22:37 +0200 Subject: [PATCH 05/13] Rename .github/workflows/pull_request_template.md to .github/pull_request_template.md --- .github/{workflows => }/pull_request_template.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/{workflows => }/pull_request_template.md (100%) diff --git a/.github/workflows/pull_request_template.md b/.github/pull_request_template.md similarity index 100% rename from .github/workflows/pull_request_template.md rename to .github/pull_request_template.md From 4bd66738fc967925404d84bc24569315c23c187c Mon Sep 17 00:00:00 2001 From: ocheresh <51712586+ocheresh@users.noreply.github.com> Date: Sat, 11 Jan 2025 23:23:37 +0200 Subject: [PATCH 06/13] Rename .github/workflows/CODEOWNERS to .github/CODEOWNERS --- .github/CODEOWNERS | 1 + .github/workflows/CODEOWNERS | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 .github/CODEOWNERS delete mode 100644 .github/workflows/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 diff --git a/.github/workflows/CODEOWNERS b/.github/workflows/CODEOWNERS deleted file mode 100644 index dfb37968..00000000 --- a/.github/workflows/CODEOWNERS +++ /dev/null @@ -1 +0,0 @@ -* @softservedata \ No newline at end of file From ab63369de94632ce29f376d8a0ad93fee604fb5d Mon Sep 17 00:00:00 2001 From: ocheresh <51712586+ocheresh@users.noreply.github.com> Date: Sat, 11 Jan 2025 23:25:59 +0200 Subject: [PATCH 07/13] Create docs --- .github/docs | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/docs diff --git a/.github/docs b/.github/docs new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/.github/docs @@ -0,0 +1 @@ + From 757b13ffe2d477ecc79af1d7e1f608e6a1393c80 Mon Sep 17 00:00:00 2001 From: ocheresh <51712586+ocheresh@users.noreply.github.com> Date: Sat, 11 Jan 2025 21:30:22 +0000 Subject: [PATCH 08/13] delete doc --- .github/docs | 1 - 1 file changed, 1 deletion(-) delete mode 100644 .github/docs diff --git a/.github/docs b/.github/docs deleted file mode 100644 index 8b137891..00000000 --- a/.github/docs +++ /dev/null @@ -1 +0,0 @@ - From fdf53ab6dbc22796816214c0eb82959569e26bb3 Mon Sep 17 00:00:00 2001 From: ocheresh <51712586+ocheresh@users.noreply.github.com> Date: Sat, 11 Jan 2025 21:39:37 +0000 Subject: [PATCH 09/13] add file --- docs/CODEOWNERS | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 docs/CODEOWNERS diff --git a/docs/CODEOWNERS b/docs/CODEOWNERS new file mode 100644 index 00000000..e69de29b From d2d173deb96554b52d7dd4b7685a92b748d13e05 Mon Sep 17 00:00:00 2001 From: ocheresh <51712586+ocheresh@users.noreply.github.com> Date: Sat, 11 Jan 2025 23:40:28 +0200 Subject: [PATCH 10/13] Update CODEOWNERS --- docs/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/CODEOWNERS b/docs/CODEOWNERS index e69de29b..5af36203 100644 --- a/docs/CODEOWNERS +++ b/docs/CODEOWNERS @@ -0,0 +1 @@ +* @softservedata From 2cc846c948957d10ba7e09c62ff4607f07fa304e Mon Sep 17 00:00:00 2001 From: ocheresh <51712586+ocheresh@users.noreply.github.com> Date: Sat, 11 Jan 2025 21:42:37 +0000 Subject: [PATCH 11/13] small changes --- .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 e32a21f5..00000000 --- a/.github/CODEOWNERS +++ /dev/null @@ -1 +0,0 @@ -* @softservedata From f363691314481bfbac61331c46ba1376e318d365 Mon Sep 17 00:00:00 2001 From: ocheresh <51712586+ocheresh@users.noreply.github.com> Date: Sun, 12 Jan 2025 22:58:14 +0200 Subject: [PATCH 12/13] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f951317..bf2cc59e 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ - [ ] Do we need to implement analytics? - [ ] Will this be part of a product update? If yes, please write one phrase about this update -5. Create project for this repository. +5. Create project for this repository.. 6. Add deploy key with name `DEPLOY_KEY` to your repository. From f82ba44ce8e9ba2c53f6a9f6316c3b6cf93c81e0 Mon Sep 17 00:00:00 2001 From: Oleksandr Chereshnevyi <51712586+ocheresh@users.noreply.github.com> Date: Mon, 13 Jan 2025 00:01:43 +0200 Subject: [PATCH 13/13] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf2cc59e..6f951317 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ - [ ] Do we need to implement analytics? - [ ] Will this be part of a product update? If yes, please write one phrase about this update -5. Create project for this repository.. +5. Create project for this repository. 6. Add deploy key with name `DEPLOY_KEY` to your repository.