From 20dbf676f60cdfded768d80834138c396c92b581 Mon Sep 17 00:00:00 2001 From: Sascha Grunert Date: Thu, 28 Sep 2023 10:36:03 +0200 Subject: [PATCH] Sync OWNERS and add PR template Signed-off-by: Sascha Grunert --- .github/PULL_REQUEST_TEMPLATE.md | 80 ++++++++++++++++++++++++++++++++ OWNERS | 4 ++ OWNERS_ALIASES | 15 ++++++ 3 files changed, 99 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md create mode 100644 OWNERS create mode 100644 OWNERS_ALIASES diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..058e58e --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,80 @@ + + +#### What type of PR is this? + + + + + +#### What this PR does / why we need it: + +#### Which issue(s) this PR fixes: + + + + + +#### Special notes for your reviewer: + +#### Does this PR introduce a user-facing change? + + + +```release-note + +``` diff --git a/OWNERS b/OWNERS new file mode 100644 index 0000000..75d4b99 --- /dev/null +++ b/OWNERS @@ -0,0 +1,4 @@ +reviewers: + - cri-o-reviewers +approvers: + - cri-o-approvers diff --git a/OWNERS_ALIASES b/OWNERS_ALIASES new file mode 100644 index 0000000..829d108 --- /dev/null +++ b/OWNERS_ALIASES @@ -0,0 +1,15 @@ +aliases: + cri-o-approvers: + - mrunalp + - giuseppe + - umohnani8 + - saschagrunert + - haircommander + - fidencio + - kolyshkin + cri-o-reviewers: + - wgahnagl + - QiWang19 + - klihub + - sohankunkerkar + - hasan4791