From 9993c0f4f1bf052da5ae5af2638f9dd59ef0b308 Mon Sep 17 00:00:00 2001 From: ainsley Date: Fri, 29 Jun 2018 16:40:26 -0500 Subject: [PATCH] Add GOVERNANCE.md and rename OWNERS to MAINTAINERS.md and update roles [ci skip] --- GOVERNANCE.md | 3 +++ MAINTAINERS.md | 10 ++++++++++ OWNERS | 7 ------- 3 files changed, 13 insertions(+), 7 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 00000000..186d3d4f --- /dev/null +++ b/GOVERNANCE.md @@ -0,0 +1,3 @@ +# NATS Server Governance + +NATS Server (gnastd) 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 00000000..8b6a8a3d --- /dev/null +++ b/MAINTAINERS.md @@ -0,0 +1,10 @@ +# Maintainers + +Maintainership is on a per project basis. + +Core-maintainers + - [derekcollison](https://github.com/derekcollison) + - [kozlovic](https://github.com/kozlovic) + +Maintainers + - [wallyqs](https://github.com/wallyqs) \ No newline at end of file diff --git a/OWNERS b/OWNERS deleted file mode 100644 index a2530668..00000000 --- a/OWNERS +++ /dev/null @@ -1,7 +0,0 @@ -reviewers: - - derekcollison - - kozlovic - - wallyqs -approvers: - - derekcollison - - kozlovic