diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..c8175cd --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,2 @@ +# Every change needs an approving review from an author who did not write it. +* @max578 @aidanmoller diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index b4bcebc..b5a98b8 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -9,6 +9,12 @@ Link the issue this closes, so that merging closes it: +## Plan + + + ## How it was checked