From bc9a09555b647b91f721f1f9e3c1937780db9350 Mon Sep 17 00:00:00 2001 From: Steve Lee Date: Tue, 6 Mar 2018 10:44:54 -0800 Subject: [PATCH 1/2] Update to reflect current model --- docs/community/governance.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/community/governance.md b/docs/community/governance.md index 2a78a9dac21..3573919aa43 100644 --- a/docs/community/governance.md +++ b/docs/community/governance.md @@ -3,8 +3,6 @@ ## Terms * [**PowerShell Committee**](#powershell-committee): A committee of project owners who are responsible for design decisions, approving [RFCs][RFC-repo], and approving new maintainers/committee members -* **Project Leads**: Project Leads support the PowerShell Committee, engineering teams, and community by working across Microsoft teams and leadership, and working through industry issues with other companies. -They also have optional votes on the PowerShell Committee when they choose to invoke them. The initial Project Leads for PowerShell are Angel Calvo ([AngelCalvo](https://github.com/AngelCalvo)) and Kenneth Hansen ([khansen00](https://github.com/khansen00)). * [**Repository maintainer**](#repository-maintainers): An individual responsible for merging pull requests (PRs) into `master` when all requirements are met (code review, tests, docs, and RFC approval as applicable). Repository Maintainers are the only people with write permissions into `master`. * [**Area experts**](#area-experts): People who are experts for specific components (e.g. PSReadline, the parser) or technologies (e.g. security, performance). From fd43862d00caa4406c04e257fbd994b0d4cd331d Mon Sep 17 00:00:00 2001 From: Steve Lee Date: Wed, 14 Mar 2018 18:25:27 -0700 Subject: [PATCH 2/2] updated to reflect KHansen's election into Committee and put the members in alphabetical order --- docs/community/governance.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/community/governance.md b/docs/community/governance.md index 3573919aa43..6ab6d54629e 100644 --- a/docs/community/governance.md +++ b/docs/community/governance.md @@ -22,11 +22,12 @@ The PowerShell Committee and its members (aka Committee Members) are the primary ### Current Committee Members * Bruce Payette ([BrucePay](https://github.com/BrucePay)) -* Steve Lee ([SteveL-MSFT](https://github.com/SteveL-MSFT)) -* Hemant Mahawar ([HemantMahawar](https://github.com/HemantMahawar)) -* Joey Aiello ([joeyaiello](https://github.com/joeyaiello)) * Dongbo Wang ([daxian-dbw](https://github.com/daxian-dbw)) +* Hemant Mahawar ([HemantMahawar](https://github.com/HemantMahawar)) * Jim Truher ([JamesWTruher](https://github.com/JamesWTruher)) +* Joey Aiello ([joeyaiello](https://github.com/joeyaiello)) +* Kenneth Hansen ([khansen00](https://github.com/khansen00)) +* Steve Lee ([SteveL-MSFT](https://github.com/SteveL-MSFT)) ### Committee Member Responsibilities