diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 00000000..368df737 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,6 @@ +# Define who is responsible for reviewing what code. +# +# For now, n-rook should review all changes made to the repository. The plan +# is to add more people to this list if and when they get comfortable +# writing code and get used to doing code reviews. +* @n-rook