From f2fc6a3a5f6c40bfa083ed445ca2d8f873120f2d Mon Sep 17 00:00:00 2001 From: vaticanextreme-design Date: Sun, 4 Jan 2026 13:25:23 +0200 Subject: [PATCH 1/3] Create CODEOWNERS --- .github/CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..b4bff15 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,3 @@ +# This file defines code owners for the repository +# Require approval from @softservedata for all files +* @softservedata From 704e496849760080f1bf043929f66eed71ad33a7 Mon Sep 17 00:00:00 2001 From: vaticanextreme-design Date: Sun, 4 Jan 2026 13:27:14 +0200 Subject: [PATCH 2/3] Create CODEOWNERS --- .github/CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..7e0da61 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,3 @@ +# This file defines code owners for the repository +# Require approval from @softservedata for all files +@softservedata From 39fef2bcceaf4424afbb40b84573d811f4ada244 Mon Sep 17 00:00:00 2001 From: vaticanextreme-design Date: Sun, 4 Jan 2026 13:39:22 +0200 Subject: [PATCH 3/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 0000000..378b862 --- /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