From df5722cbafe51fa0a8a47214e7b46d1a9548ea97 Mon Sep 17 00:00:00 2001 From: Taras <168016056+holovanych@users.noreply.github.com> Date: Thu, 9 Jan 2025 00:40:25 +0200 Subject: [PATCH 1/2] 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..aa58bbbb --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +*@softservedata From d2ebb35a1ed68af5fc2a570a7d5804c86abc2288 Mon Sep 17 00:00:00 2001 From: Taras <168016056+holovanych@users.noreply.github.com> Date: Thu, 9 Jan 2025 17:19:54 +0200 Subject: [PATCH 2/2] 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