From 9cb09c869f209e9da6c7c749734822e1dd24902b Mon Sep 17 00:00:00 2001 From: Matt Way Date: Mon, 9 Nov 2020 16:17:30 -0500 Subject: [PATCH] Add GOVERNANCE.md to describe governance (#2830) --- GOVERNANCE.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 GOVERNANCE.md diff --git a/GOVERNANCE.md b/GOVERNANCE.md new file mode 100644 index 0000000000..b3c7a5cc9f --- /dev/null +++ b/GOVERNANCE.md @@ -0,0 +1,20 @@ +# Governance + +M3 is owned by Uber, and is governed by its Technical Steering Committee (the +"TSC"). + +The current members of the TSC are: + +- @jimjag (Uber) +- @martin-mao (Chronosphere) +- @mway (Uber) +- @prateek (Uber) +- @robskillington (Chronosphere) + +While the TSC aims to operate as a consensus-based community, if any TSC +decision requires a vote to move the proposal forward, decisions by vote require +a majority vote of all TSC members. + +To reach the TSC directly, please email m3-tsc@uber.com. For administrative +questions or issues, please contact ospo@uber.com. To add the TSC to issues or +pull requests, add the [TSC label](https://github.com/m3db/m3/labels/TSC).