From 136b467b0347b91f37d4a007ab78187219321099 Mon Sep 17 00:00:00 2001 From: Mishail Vasiluev Kn-222b <167981278+Mayschy@users.noreply.github.com> Date: Fri, 2 Jan 2026 17:26:09 +0200 Subject: [PATCH 1/2] Add CODEOWNERS file for repository ownership --- .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 0000000..e32a21f --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @softservedata From 9549836d4601044ba164fb90b4e8e96433133aab Mon Sep 17 00:00:00 2001 From: Mayschy Date: Fri, 2 Jan 2026 17:33:02 +0200 Subject: [PATCH 2/2] Add PR template --- .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 0000000..0551c80 --- /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 \ No newline at end of file