From ff4ccd42fc12f0781d3cef4e0039aef2b63737e2 Mon Sep 17 00:00:00 2001 From: Oleksandr Aleksyeyv <150668618+joeblackA@users.noreply.github.com> Date: Thu, 27 Feb 2025 16:46:40 +0200 Subject: [PATCH 1/3] 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 351f71151c783d0dc645c66b82ad080461280200 Mon Sep 17 00:00:00 2001 From: Oleksandr Aleksyeyv <150668618+joeblackA@users.noreply.github.com> Date: Fri, 28 Feb 2025 09:54:59 +0200 Subject: [PATCH 2/3] 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..a3ba4b4d --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* softservedata From 20f49ff4d11558037a45e4baf02c5a873fafacbd Mon Sep 17 00:00:00 2001 From: Oleksandr Aleksyeyv <150668618+joeblackA@users.noreply.github.com> Date: Fri, 28 Feb 2025 11:36:37 +0200 Subject: [PATCH 3/3] Update CODEOWNERS --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index a3ba4b4d..e32a21f5 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* softservedata +* @softservedata