From f720d11b199bb3e3d1ba4672805a0d3bdd4e8a2f Mon Sep 17 00:00:00 2001 From: Dobriuk Date: Sun, 19 Oct 2025 15:28:10 -0400 Subject: [PATCH] Add CODEOWNERS (#1) * chore: add CODEOWNERS (softservedata) * chore: add PR template to main via PR #1 * chore: add PR template (goes to main via PR #1) --- .github/CODEOWNERS | 1 + .github/pull_request_template.md | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 .github/CODEOWNERS create mode 100644 .github/pull_request_template.md diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..e32a21f --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @softservedata diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..378b862 --- /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