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**