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