diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..bae7098 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,8 @@ +# CODEOWNERS +# See https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners +# +# These owners will be the default owners for everything in the repo. +# Unless a later match takes precedence, they will be requested for +# review when someone opens a pull request. + +* @stevendborrelli @humoflife diff --git a/OWNERS.md b/OWNERS.md new file mode 100644 index 0000000..4df8f37 --- /dev/null +++ b/OWNERS.md @@ -0,0 +1,19 @@ + + +# OWNERS + +This page lists all maintainers for **this** repository. Each repository in the +[Crossplane organization](https://github.com/crossplane/) will list their +repository maintainers in their own `OWNERS.md` file. + +## Maintainers + +* Steven Borrelli ([stevendborrelli](https://github.com/stevendborrelli)) +* Jason Tang ([jastang](https://github.com/jastang)) + +See [CODEOWNERS](./CODEOWNERS) for automatic PR assignment. +