From 6aed5b957ef3e70e021c9b8c6dc76eb6f4405c61 Mon Sep 17 00:00:00 2001 From: kriLEBED <47117380+kriLEBED@users.noreply.github.com> Date: Fri, 10 Jan 2025 11:54:19 +0200 Subject: [PATCH 1/4] 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 00000000..c9686c63 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +@softservedata From ce8280428ca98d041f19c25b878df10b5d3c4e67 Mon Sep 17 00:00:00 2001 From: kriLEBED <47117380+kriLEBED@users.noreply.github.com> Date: Fri, 10 Jan 2025 11:54:43 +0200 Subject: [PATCH 2/4] Update CODEOWNERS --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index c9686c63..e32a21f5 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -@softservedata +* @softservedata From 184b5d56eae04120b7a60b40b842d93e1e6bff45 Mon Sep 17 00:00:00 2001 From: kriLEBED <47117380+kriLEBED@users.noreply.github.com> Date: Fri, 10 Jan 2025 12:08:14 +0200 Subject: [PATCH 3/4] Create pull_request_template.md --- .github/pull_request_template.md | 7 +++++++ 1 file changed, 7 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 00000000..9384f3a2 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +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 From b2c35528585f7dfb67dae2a8cfe1b5af8de5e7e0 Mon Sep 17 00:00:00 2001 From: kriLEBED <47117380+kriLEBED@users.noreply.github.com> Date: Fri, 10 Jan 2025 12:09:02 +0200 Subject: [PATCH 4/4] Update pull_request_template.md --- .github/pull_request_template.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 9384f3a2..4b6d0d80 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,6 +1,6 @@ -# Describe your changes -# Issue ticket number and link -# Checklist before requesting a review +## 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?