From 225ac6bad07e184bf78b835c1f9846566d03c848 Mon Sep 17 00:00:00 2001 From: softservedata Date: Fri, 25 Apr 2025 02:11:17 +0300 Subject: [PATCH 1/2] add a CODEOWNER file with information about owner code --- .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..a2b47be4 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +@softservedata \ No newline at end of file From 9aa3a1bb24c6f4775c99e3aa17d05c75cfbca85e Mon Sep 17 00:00:00 2001 From: softservedata Date: Fri, 25 Apr 2025 02:24:37 +0300 Subject: [PATCH 2/2] add a pull request template in a root dir --- .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..b7829769 --- /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 \ No newline at end of file