From 640b65c8008e58a25aeac84b920a33c3a0b670c2 Mon Sep 17 00:00:00 2001 From: "github-classroom[bot]" <66690702+github-classroom[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 05:30:44 +0000 Subject: [PATCH 1/6] GitHub Classroom Autograding Workflow From 45be2336360a8bd2d02a524bbd3cad76b05dbff0 Mon Sep 17 00:00:00 2001 From: AnastasiiaVeselovska Date: Thu, 14 Nov 2024 20:10:21 +0200 Subject: [PATCH 2/6] Create CODEOWNER --- .github/CODEOWNER | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/CODEOWNER diff --git a/.github/CODEOWNER b/.github/CODEOWNER new file mode 100644 index 00000000..e32a21f5 --- /dev/null +++ b/.github/CODEOWNER @@ -0,0 +1 @@ +* @softservedata From d082fa77c8fe866fc131256939625c9738b0250c Mon Sep 17 00:00:00 2001 From: AnastasiiaVeselovska Date: Thu, 14 Nov 2024 20:20:50 +0200 Subject: [PATCH 3/6] Create pull_request_template.md --- .github/pull_request_template.md | 10 ++++++++++ 1 file changed, 10 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..35406572 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,10 @@ +### 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 ce6833a78ce6dad5b3f3d9966fd7b3b48304915d Mon Sep 17 00:00:00 2001 From: AnastasiiaVeselovska Date: Thu, 14 Nov 2024 20:21:30 +0200 Subject: [PATCH 4/6] 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 35406572..41f187ec 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,8 +1,8 @@ -### Describe your changes +## Describe your changes --- -### Issue ticket number and link +## Issue ticket number and link --- -### Checklist before requesting a review +## 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 From 4030574ca167419958a145a3f6d110983f0b6b0b Mon Sep 17 00:00:00 2001 From: AnastasiiaVeselovska Date: Thu, 14 Nov 2024 20:21:57 +0200 Subject: [PATCH 5/6] 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 41f187ec..5c2e1606 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,9 +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? From eb50f3a1e24e7f977d7b2dea0dcecbd8cdc86123 Mon Sep 17 00:00:00 2001 From: AnastasiiaVeselovska Date: Thu, 14 Nov 2024 20:24:34 +0200 Subject: [PATCH 6/6] Rename CODEOWNER to CODEOWNERS --- .github/{CODEOWNER => CODEOWNERS} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/{CODEOWNER => CODEOWNERS} (100%) diff --git a/.github/CODEOWNER b/.github/CODEOWNERS similarity index 100% rename from .github/CODEOWNER rename to .github/CODEOWNERS