From 962326902871681550f49d29ccf5d81dfb54f185 Mon Sep 17 00:00:00 2001 From: AndreyDot <55506162+AndreyDot@users.noreply.github.com> Date: Thu, 9 Jan 2025 15:11:33 +0200 Subject: [PATCH 1/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..e32a21f5 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @softservedata From 6a2660481ec1badbba9ebb28b9ebbb0d0e5367b3 Mon Sep 17 00:00:00 2001 From: AndreyDot <55506162+AndreyDot@users.noreply.github.com> Date: Thu, 9 Jan 2025 15:15:09 +0200 Subject: [PATCH 2/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 From e63217444d807d8a837b0818a34f80f2c212fa7e Mon Sep 17 00:00:00 2001 From: AndreyDot <55506162+AndreyDot@users.noreply.github.com> Date: Thu, 9 Jan 2025 16:10:28 +0200 Subject: [PATCH 3/4] Create myprog.js --- myprog.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 myprog.js diff --git a/myprog.js b/myprog.js new file mode 100644 index 00000000..bf6b8179 --- /dev/null +++ b/myprog.js @@ -0,0 +1 @@ +console.log("Hello"); From 9c9c3ccdf7b0a9dfc3e53e2b45692d5924d6fe46 Mon Sep 17 00:00:00 2001 From: AndreyDot <55506162+AndreyDot@users.noreply.github.com> Date: Thu, 9 Jan 2025 16:38:50 +0200 Subject: [PATCH 4/4] Update CODEOWNERS