From b1739e219b4723a1a2acb0dc6f44904ba9053345 Mon Sep 17 00:00:00 2001 From: taylanisikdemir Date: Wed, 22 Nov 2023 15:26:58 -0800 Subject: [PATCH] Add CODEOWNERS file (#863) --- .github/CODEOWNERS | 6 ++++++ .github/pull_request_template.md | 20 ++++++++++++++++++++ 2 files changed, 26 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 000000000..135b99755 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,6 @@ +# This is a comment. +# Each line is a file pattern followed by one or more owners. +# Order is important; the last matching pattern takes the most +# precedence. + +* @Groxx @abhishekj720 @dkrotx @taylanisikdemir @demirkayaender diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..28e669bd9 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,20 @@ + +**What changed?** + + + +**Why?** + + + +**How did you test it?** + + + +**Potential risks** + + +**Release notes** + + +**Documentation Changes**