From 254128875c8cd24dba75198791cfede2ab09dd9c Mon Sep 17 00:00:00 2001 From: "github-classroom[bot]" <66690702+github-classroom[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 12:54:49 +0000 Subject: [PATCH 1/3] GitHub Classroom Autograding Workflow From 21607a71f92a4ea801b6ba91868432afac9a98bc Mon Sep 17 00:00:00 2001 From: Hewlett Packard Date: Fri, 15 Nov 2024 14:18:52 +0200 Subject: [PATCH 2/3] add pull_request_template --- .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..23996473 --- /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 \ No newline at end of file From ad16a83f86b82bd18e12d1b926645d978e4450df Mon Sep 17 00:00:00 2001 From: koskin <118272123+koskin17@users.noreply.github.com> Date: Fri, 15 Nov 2024 16:04:38 +0200 Subject: [PATCH 3/3] 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