From 993b36c61ead39587f805f7b304fb2753386fcf3 Mon Sep 17 00:00:00 2001 From: "github-classroom[bot]" <66690702+github-classroom[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 12:45:57 +0000 Subject: [PATCH 1/4] GitHub Classroom Autograding Workflow From df19d686b6069fd248d60c36baa3172f3a26604c Mon Sep 17 00:00:00 2001 From: MaksymZymyn Date: Fri, 15 Nov 2024 15:34:41 +0200 Subject: [PATCH 2/4] 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 cbacbe243ff337aac19053964a42948ac1c400d8 Mon Sep 17 00:00:00 2001 From: MaksymZymyn Date: Fri, 15 Nov 2024 15:41:46 +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..ce81d877 --- /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 d36e01428ae7296d973499a113306348180736d1 Mon Sep 17 00:00:00 2001 From: MaksymZymyn Date: Fri, 15 Nov 2024 15:48:21 +0200 Subject: [PATCH 4/4] Create newfile.txt --- newfile.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 newfile.txt diff --git a/newfile.txt b/newfile.txt new file mode 100644 index 00000000..a5dd96a6 --- /dev/null +++ b/newfile.txt @@ -0,0 +1 @@ +This is a new file for the develop branch