From 9cf8c46e8872e9f7660d5aeba74981d05e055caa Mon Sep 17 00:00:00 2001 From: ainsley Date: Tue, 3 Jul 2018 16:13:11 -0500 Subject: [PATCH] Add Governance, update Maintainers [ci skip] --- GOVERNANCE.md | 3 +++ MAINTAINERS.md | 7 +++++++ OWNERS | 5 ----- 3 files changed, 10 insertions(+), 5 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..dd3f7c6 --- /dev/null +++ b/GOVERNANCE.md @@ -0,0 +1,3 @@ +# NATS Tornado based Python 2 Client Governance + +NATS Tornado based Python 2 Client (python-nats) 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..3b10ccf --- /dev/null +++ b/MAINTAINERS.md @@ -0,0 +1,7 @@ +# Maintainers + +Maintainership is on a per project basis. + +### Core-maintainers + - Colin Sullivan [@ColinSullivan1](https://github.com/ColinSullivan1) + - Waldemar Quevedo [@wallyqs](https://github.com/wallyqs) \ No newline at end of file diff --git a/OWNERS b/OWNERS deleted file mode 100644 index f61f136..0000000 --- a/OWNERS +++ /dev/null @@ -1,5 +0,0 @@ -reviewers: -- ColinSullivan1 -- wallyqs -approvers: -- wallyqs