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/4] GitHub Classroom Autograding Workflow From 436daa4417b510fde0306abaa43a8785a95fd7b2 Mon Sep 17 00:00:00 2001 From: Oleksandr Hofner Date: Sun, 8 Dec 2024 17:46:43 +0200 Subject: [PATCH 2/4] 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..9ebcff2c --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +main/* @softservedata From 0a8739d52c02a08e56a4387b74f30fde9409cca8 Mon Sep 17 00:00:00 2001 From: Oleksandr Hofner Date: Sun, 8 Dec 2024 17:49:21 +0200 Subject: [PATCH 3/4] Update CODEOWNERS --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 9ebcff2c..e32a21f5 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -main/* @softservedata +* @softservedata From 4b312eb6addf86fd50c5415e1a9046cf00893a4e Mon Sep 17 00:00:00 2001 From: Oleksandr Hofner Date: Sun, 8 Dec 2024 17:50:15 +0200 Subject: [PATCH 4/4] 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