From 434b0d72c15aeaf4953d22e57eb6a2697daa3816 Mon Sep 17 00:00:00 2001 From: szymon-inski Date: Thu, 16 Oct 2025 19:07:41 +0200 Subject: [PATCH 1/5] 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 0000000..095dc4e --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @softservedata From 584ad8fb9abc25e36c7b622281e52769bffab02d Mon Sep 17 00:00:00 2001 From: szymon-inski Date: Thu, 16 Oct 2025 19:31:40 +0200 Subject: [PATCH 2/5] Update CODEOWNERS --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 095dc4e..e32a21f 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @softservedata +* @softservedata From 3c791193604099aa879e0f2e5069dff600569765 Mon Sep 17 00:00:00 2001 From: szymon-inski Date: Thu, 16 Oct 2025 19:33:51 +0200 Subject: [PATCH 3/5] Update CODEOWNERS From 5ca2848db76672a7a7ecbeb3666559093042bfbe Mon Sep 17 00:00:00 2001 From: szymon-inski Date: Thu, 16 Oct 2025 19:35:59 +0200 Subject: [PATCH 4/5] 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 From 226f5562b88b9f3b8ec7034a14cc25a1461df623 Mon Sep 17 00:00:00 2001 From: szymon-inski Date: Sat, 18 Oct 2025 14:48:05 +0200 Subject: [PATCH 5/5] Update CODEOWNERS --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index e32a21f..aa58bbb 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @softservedata +*@softservedata