From caee62025b8edc97c9e70b8193998ca33e29f134 Mon Sep 17 00:00:00 2001 From: "github-classroom[bot]" <66690702+github-classroom[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 11:36:28 +0000 Subject: [PATCH 1/9] GitHub Classroom Autograding Workflow From 7f60740a4076f5e3198b62e1793ec1722d23702b Mon Sep 17 00:00:00 2001 From: AnnaSosn Date: Thu, 14 Nov 2024 20:02:10 +0200 Subject: [PATCH 2/9] 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 40705b0e2ea5ca1eb3e147e66124ab42c689ca3b Mon Sep 17 00:00:00 2001 From: AnnaSosn Date: Thu, 14 Nov 2024 20:07:22 +0200 Subject: [PATCH 3/9] 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..5c2e1606 --- /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 ac5c29aa7dfbaa122ac824ae5d14d70a098d21d8 Mon Sep 17 00:00:00 2001 From: AnnaSosn Date: Thu, 14 Nov 2024 20:33:23 +0200 Subject: [PATCH 4/9] 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 From 04378640f89b175c74328571245701d474faf43a Mon Sep 17 00:00:00 2001 From: AnnaSosn Date: Thu, 14 Nov 2024 21:01:17 +0200 Subject: [PATCH 5/9] 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 5c2e1606..246eb90c 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -4,7 +4,7 @@ ## 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 dfa6fdd17838660c3fb0239084cfa2a3fb2a0843 Mon Sep 17 00:00:00 2001 From: AnnaSosn Date: Thu, 14 Nov 2024 21:05:27 +0200 Subject: [PATCH 6/9] Create dog --- dog | 1 + 1 file changed, 1 insertion(+) create mode 100644 dog diff --git a/dog b/dog new file mode 100644 index 00000000..a2af9004 --- /dev/null +++ b/dog @@ -0,0 +1 @@ +# My dog is clever From b1d455aa1ecc22323bbd6f5dfb7f2d8cbe05efeb Mon Sep 17 00:00:00 2001 From: AnnaSosn Date: Sat, 16 Nov 2024 22:43:38 +0200 Subject: [PATCH 7/9] Update CODEOWNERS From c1bb11756546fed3dcb49cbd842388faeb7a0160 Mon Sep 17 00:00:00 2001 From: AnnaSosn Date: Wed, 20 Nov 2024 15:09:49 +0200 Subject: [PATCH 8/9] Delete .github/CODEOWNERS --- .github/CODEOWNERS | 1 - 1 file changed, 1 deletion(-) delete mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS deleted file mode 100644 index e32a21f5..00000000 --- a/.github/CODEOWNERS +++ /dev/null @@ -1 +0,0 @@ -* @softservedata From 328d4003f82073598da1fdb1d2b2d5556bdfaac3 Mon Sep 17 00:00:00 2001 From: AnnaSosn Date: Wed, 20 Nov 2024 15:41:08 +0200 Subject: [PATCH 9/9] 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