From fac6fc3d3b26fde1786cde830bf85e80f6da72e2 Mon Sep 17 00:00:00 2001 From: "github-classroom[bot]" <66690702+github-classroom[bot]@users.noreply.github.com> Date: Sun, 24 Nov 2024 18:58:05 +0000 Subject: [PATCH 1/6] GitHub Classroom Autograding Workflow From 9674c7b25b0f4ae522e30979ab8e13fd640e49cf Mon Sep 17 00:00:00 2001 From: Oleksandr Hofner Date: Sun, 8 Dec 2024 19:05:53 +0200 Subject: [PATCH 2/6] 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..e32a21f5 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @softservedata From ff76da34227b8f3841612ea1323c39caa29a4cc2 Mon Sep 17 00:00:00 2001 From: Oleksandr Hofner Date: Sun, 8 Dec 2024 19:08:05 +0200 Subject: [PATCH 3/6] 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 00000000..378b862f --- /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 4a6c8a86d514fb7e5fccc37de05d37852b35e595 Mon Sep 17 00:00:00 2001 From: Oleksandr Hofner Date: Sun, 8 Dec 2024 19:10:34 +0200 Subject: [PATCH 4/6] Update CODEOWNERS --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index e32a21f5..aa58bbbb 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @softservedata +*@softservedata From 0b29543b4edaadff5bf8717c2d7c5f4719bf4243 Mon Sep 17 00:00:00 2001 From: Oleksandr Hofner Date: Sun, 8 Dec 2024 19:12:56 +0200 Subject: [PATCH 5/6] Update pull_request_template.md From aa065152025b818f5bc816158dc99965eec049a4 Mon Sep 17 00:00:00 2001 From: Oleksandr Hofner Date: Sun, 8 Dec 2024 19:14:25 +0200 Subject: [PATCH 6/6] Update pull_request_template.md