From f810fd616083b213efb7b4b4487618db14e7257a Mon Sep 17 00:00:00 2001 From: "github-classroom[bot]" <66690702+github-classroom[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 13:04:47 +0000 Subject: [PATCH 01/11] GitHub Classroom Autograding Workflow From d14c023192a1be58fa012b5f228cee405c2361f9 Mon Sep 17 00:00:00 2001 From: ChernyavckiiPavlo <164234071+ChernyavckiiPavlo@users.noreply.github.com> Date: Sat, 16 Nov 2024 16:22:43 +0200 Subject: [PATCH 02/11] 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..3f36f26a --- /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 4e5decbdd0efadc7f8bbff7159be8b9ca9b8fb4e Mon Sep 17 00:00:00 2001 From: ChernyavckiiPavlo <164234071+ChernyavckiiPavlo@users.noreply.github.com> Date: Sat, 16 Nov 2024 16:24:15 +0200 Subject: [PATCH 03/11] Update pull_request_template.md --- .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 3f36f26a..a096501a 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 db2d069992b978aefd78d35ba11126bf9449d960 Mon Sep 17 00:00:00 2001 From: ChernyavckiiPavlo <164234071+ChernyavckiiPavlo@users.noreply.github.com> Date: Sat, 16 Nov 2024 16:24:48 +0200 Subject: [PATCH 04/11] Update pull_request_template.md --- .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 a096501a..45e3e241 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 b1caa88ad5f3e2c3ab2cead72a1004fd8bd41544 Mon Sep 17 00:00:00 2001 From: ChernyavckiiPavlo <164234071+ChernyavckiiPavlo@users.noreply.github.com> Date: Sat, 16 Nov 2024 16:25:22 +0200 Subject: [PATCH 05/11] 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 45e3e241..9251b1de 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? From 6d8f8b655c4c63447c5f5a825d0579bd278df71c Mon Sep 17 00:00:00 2001 From: ChernyavckiiPavlo <164234071+ChernyavckiiPavlo@users.noreply.github.com> Date: Sat, 16 Nov 2024 16:26:48 +0200 Subject: [PATCH 06/11] Delete .github/pull_request_template.md --- .github/pull_request_template.md | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md deleted file mode 100644 index 9251b1de..00000000 --- a/.github/pull_request_template.md +++ /dev/null @@ -1,7 +0,0 @@ -## 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 f8221d27fecedf178e56ba4aeaa82e97a0220200 Mon Sep 17 00:00:00 2001 From: ChernyavckiiPavlo <164234071+ChernyavckiiPavlo@users.noreply.github.com> Date: Sat, 16 Nov 2024 17:20:03 +0200 Subject: [PATCH 07/11] Create test --- test | 1 + 1 file changed, 1 insertion(+) create mode 100644 test diff --git a/test b/test new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/test @@ -0,0 +1 @@ + From 8f1007ccf76c781840e8284bce851ff561452762 Mon Sep 17 00:00:00 2001 From: ChernyavckiiPavlo <164234071+ChernyavckiiPavlo@users.noreply.github.com> Date: Sat, 16 Nov 2024 17:36:17 +0200 Subject: [PATCH 08/11] Update test --- test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test b/test index 8b137891..180cf832 100644 --- a/test +++ b/test @@ -1 +1 @@ - +test2 From 6f34643288ae9fe0d2fa4349ed44c52edadbd529 Mon Sep 17 00:00:00 2001 From: Pavel_Chernyavckii Date: Sat, 16 Nov 2024 17:46:34 +0200 Subject: [PATCH 09/11] test changes --- test | 1 + 1 file changed, 1 insertion(+) diff --git a/test b/test index 180cf832..0f7a6821 100644 --- a/test +++ b/test @@ -1 +1,2 @@ test2 +пкуп4у \ No newline at end of file From 029dce8d5e9e2c6cdc46b78926c6aaa210501cf4 Mon Sep 17 00:00:00 2001 From: ChernyavckiiPavlo <164234071+ChernyavckiiPavlo@users.noreply.github.com> Date: Sat, 16 Nov 2024 17:48:19 +0200 Subject: [PATCH 10/11] Update test --- test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test b/test index 0f7a6821..0390519a 100644 --- a/test +++ b/test @@ -1,2 +1,2 @@ test2 -пкуп4у \ No newline at end of file +пкуп4укуппку From 361c0b13576740543c1d6fe0da21ccb5533c22a8 Mon Sep 17 00:00:00 2001 From: Pavel_Chernyavckii Date: Sat, 16 Nov 2024 18:10:38 +0200 Subject: [PATCH 11/11] Testing Zapier Webhook --- test.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 test.txt diff --git a/test.txt b/test.txt new file mode 100644 index 00000000..a2ff8a65 --- /dev/null +++ b/test.txt @@ -0,0 +1 @@ +Test Webhook