From 1e80af3ccfe35eb0b9c4a16b14d550a930057a7c Mon Sep 17 00:00:00 2001 From: Jared Watts Date: Thu, 11 Jun 2020 19:06:56 -0700 Subject: [PATCH] governance: add OWNERS.md to define maintainers of this repo Signed-off-by: Jared Watts --- OWNERS.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 OWNERS.md diff --git a/OWNERS.md b/OWNERS.md new file mode 100644 index 00000000..4b518b6f --- /dev/null +++ b/OWNERS.md @@ -0,0 +1,17 @@ +# 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. + +Please see the Crossplane +[GOVERNANCE.md](https://github.com/crossplane/crossplane/blob/master/GOVERNANCE.md) for governance +guidelines and responsibilities for the steering committee and maintainers. + +## Maintainers + +* Daniel Mangum ([hasheddan](https://github.com/hasheddan)) +* Jared Watts ([jbw976](https://github.com/jbw976)) +* Michael Goff ([thephred](https://github.com/thephred)) +* Connor Chan ([connorchan](https://github.com/connorchan)) +* Nic Cope ([negz](https://github.com/negz))