From e4071c127a0ae38967e45bff5486126871c77eea Mon Sep 17 00:00:00 2001 From: Olena Ivashchenko <48264127+heeylena@users.noreply.github.com> Date: Tue, 28 Jan 2025 23:40:10 +0200 Subject: [PATCH 1/4] Create index.js --- index.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 index.js diff --git a/index.js b/index.js new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/index.js @@ -0,0 +1 @@ + From 4151c4808f3a0045eb67d8cada1068689762198c Mon Sep 17 00:00:00 2001 From: Olena Ivashchenko <48264127+heeylena@users.noreply.github.com> Date: Wed, 29 Jan 2025 00:53:57 +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..e32a21f5 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @softservedata From 91358c4ea5abb59c1b4bad4a5886bd389062b04a Mon Sep 17 00:00:00 2001 From: Olena Ivashchenko <48264127+heeylena@users.noreply.github.com> Date: Wed, 29 Jan 2025 01:05:05 +0200 Subject: [PATCH 3/4] Create Create pull_request_template.md --- .github/Create pull_request_template.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/Create pull_request_template.md diff --git a/.github/Create pull_request_template.md b/.github/Create pull_request_template.md new file mode 100644 index 00000000..378b862f --- /dev/null +++ b/.github/Create 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 c0e7a0b6cab789b348553f808400075956c54589 Mon Sep 17 00:00:00 2001 From: Olena Ivashchenko <48264127+heeylena@users.noreply.github.com> Date: Wed, 29 Jan 2025 14:33:06 +0200 Subject: [PATCH 4/4] Rename pull_request_template.md to pull_request_template.md --- .../{Create pull_request_template.md => pull_request_template.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/{Create pull_request_template.md => pull_request_template.md} (100%) diff --git a/.github/Create pull_request_template.md b/.github/pull_request_template.md similarity index 100% rename from .github/Create pull_request_template.md rename to .github/pull_request_template.md