From 1167ad07b39f2b761c86733cdd1d7d22031c81f6 Mon Sep 17 00:00:00 2001 From: Borys Zolotykh Date: Tue, 4 Nov 2025 21:57:51 +0200 Subject: [PATCH 1/5] 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 33a4cabbff86008dedcaf717aecd747261e5a68b Mon Sep 17 00:00:00 2001 From: Borys Zolotykh Date: Wed, 5 Nov 2025 18:12:22 +0200 Subject: [PATCH 2/5] Create pull request template Added a pull request template to standardize submissions. --- .github/pull_request_template.md | 35 ++++++++++++++++++++++++++++++++ 1 file changed, 35 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..21660d0 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,35 @@ +## Description + +Please include a summary of the change and which issue is fixed. +Link the related issue using: +Fixes # (issue number) + +## Type of Change + +- [ ] Bug fix +- [ ] New feature +- [ ] Code refactor +- [ ] Documentation update +- [ ] Tests + +## 🧠 Motivation and Context + +Why is this change required? What problem does it solve? + +## 🧪 How Has This Been Tested? + +Please describe the tests you ran to verify your changes. + +- [ ] Unit tests passed +- [ ] Integration tested +- [ ] Manual QA done + +## Screenshots (if applicable) + +_Add screenshots or logs to help understand the change._ + +## Checklist + +- [ ] My code follows the repository style guidelines +- [ ] I have added the necessary documentation +- [ ] I have requested review from code owners (e.g., @softservedata) From bc34a3a13f40e778ebacde1fb9294ed1e5e41c74 Mon Sep 17 00:00:00 2001 From: Borys Zolotykh Date: Wed, 5 Nov 2025 18:14:35 +0200 Subject: [PATCH 3/5] Revise pull request template for clarity and conciseness Updated the pull request template to streamline the request process and clarify required information. --- .github/pull_request_template.md | 42 ++++++-------------------------- 1 file changed, 7 insertions(+), 35 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 21660d0..f54f46e 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,35 +1,7 @@ -## Description - -Please include a summary of the change and which issue is fixed. -Link the related issue using: -Fixes # (issue number) - -## Type of Change - -- [ ] Bug fix -- [ ] New feature -- [ ] Code refactor -- [ ] Documentation update -- [ ] Tests - -## 🧠 Motivation and Context - -Why is this change required? What problem does it solve? - -## 🧪 How Has This Been Tested? - -Please describe the tests you ran to verify your changes. - -- [ ] Unit tests passed -- [ ] Integration tested -- [ ] Manual QA done - -## Screenshots (if applicable) - -_Add screenshots or logs to help understand the change._ - -## Checklist - -- [ ] My code follows the repository style guidelines -- [ ] I have added the necessary documentation -- [ ] I have requested review from code owners (e.g., @softservedata) +## 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 155fe28d5eec71779aa5e1bf49cc2b2eb2585d1b Mon Sep 17 00:00:00 2001 From: Borys Zolotykh Date: Wed, 5 Nov 2025 18:14:50 +0200 Subject: [PATCH 4/5] Fix formatting in pull request template --- .github/pull_request_template.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index f54f46e..4b6d0d8 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,7 +1,7 @@ ## 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 +- [ ] 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 7e87830edc7650260da63e4411477216622cb28a Mon Sep 17 00:00:00 2001 From: Borys Zolotykh Date: Wed, 5 Nov 2025 18:43:21 +0200 Subject: [PATCH 5/5] test --- .github/pull_request_template.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 4b6d0d8..8bf9b40 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -5,3 +5,5 @@ - [ ] 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 + +