diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..ada907c --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,2 @@ +# https://help.github.com/articles/about-codeowners/ +* @ConnorSheremeta @lagoan @mbarnett @murny @pgwillia \ No newline at end of file diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE new file mode 100644 index 0000000..320cd94 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE @@ -0,0 +1,11 @@ +## Context + +Please describe any relevant motivation and context for these changes. + +Related to # (issue) + +## What's New + +Please summarize what's new or changed in this PR. + +Remember to request a reviewer when you submit! \ No newline at end of file