From aa6623ca99b1de560b742072573b80f6e0b8cc55 Mon Sep 17 00:00:00 2001 From: Pavan Soratur Date: Wed, 6 Nov 2024 11:06:30 -0800 Subject: [PATCH] chore: add CODEOWNERS and PULL_REQUEST_TEMPLATE --- .github/CODEOWNERS | 6 ++++++ .github/PULL_REQUEST_TEMPLATE.md | 11 +++++++++++ 2 files changed, 17 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..5eaae08 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,6 @@ +# CODEOWNERS: https://help.github.com/articles/about-codeowners/ + +# These owners will be the default owners for everything in +# the repo. Unless a later match takes precedence, +# they will be requested for review when someone opens a pull request. +* @AtelyPham @devpavan04 @yurixander \ No newline at end of file diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..80025c6 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,11 @@ +## Summary of changes + +_Provide a detailed description of proposed changes._ + +- + +### Associated issue(s) + +_Specify any issues that can be closed from these changes (e.g. `Closes #123`)._ + +- Closes