From f28a46bcadfd4fb310b2a346a458a1b9d8f1bea2 Mon Sep 17 00:00:00 2001 From: ainsley Date: Wed, 11 Jul 2018 12:20:37 -0500 Subject: [PATCH] Add Governance and update Maintainers [ci skip] --- GOVERNANCE.md | 3 +++ MAINTAINERS.md | 6 ++++++ OWNERS | 4 ---- 3 files changed, 9 insertions(+), 4 deletions(-) create mode 100644 GOVERNANCE.md create mode 100644 MAINTAINERS.md delete mode 100644 OWNERS diff --git a/GOVERNANCE.md b/GOVERNANCE.md new file mode 100644 index 0000000..01aee70 --- /dev/null +++ b/GOVERNANCE.md @@ -0,0 +1,3 @@ +# NATS NUID Governance + +NATS NUID is part of the NATS project and is subject to the [NATS Governance](https://github.com/nats-io/nats-general/blob/master/GOVERNANCE.md). \ No newline at end of file diff --git a/MAINTAINERS.md b/MAINTAINERS.md new file mode 100644 index 0000000..6d0ed3e --- /dev/null +++ b/MAINTAINERS.md @@ -0,0 +1,6 @@ +# Maintainers + +Maintainership is on a per project basis. + +### Core-maintainers + - Derek Collison [@derekcollison](https://github.com/derekcollison) \ No newline at end of file diff --git a/OWNERS b/OWNERS deleted file mode 100644 index 3ff17f9..0000000 --- a/OWNERS +++ /dev/null @@ -1,4 +0,0 @@ -reviewers: - - derekcollison -approvers: - - derekcollison