From 5a861f38cf8bcc33ecaacf945d1a183bfe0f4444 Mon Sep 17 00:00:00 2001 From: Iryna Javelea Date: Wed, 15 Apr 2026 02:33:47 +0300 Subject: [PATCH 1/3] Add pull request template for contributions --- .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 e49ad135cd4748206b3d309a99eab644e969701c Mon Sep 17 00:00:00 2001 From: Iryna Javelea Date: Wed, 15 Apr 2026 02:37:43 +0300 Subject: [PATCH 2/3] Add test file to src directory --- src/test | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/test diff --git a/src/test b/src/test new file mode 100644 index 0000000..16b14f5 --- /dev/null +++ b/src/test @@ -0,0 +1 @@ +test file From 05e6792fa05b1ec0030b34b375f95e17eca00b35 Mon Sep 17 00:00:00 2001 From: Iryna Javelea Date: Wed, 15 Apr 2026 03:35:35 +0300 Subject: [PATCH 3/3] 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..6632a5e --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +@softservedata