From 6bc54949ab085734de8aed3a9b289180acef4290 Mon Sep 17 00:00:00 2001 From: Mikeal Rogers Date: Fri, 15 May 2015 12:51:37 -0700 Subject: [PATCH 1/3] Combined TSC. --- README.md | 35 +++++++++++++++++++++++------------ 1 file changed, 23 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 509fd8bb2d9874..ba80667ab0c019 100644 --- a/README.md +++ b/README.md @@ -262,25 +262,36 @@ as `deps/icu` (You'll have: `deps/icu/source/...`) ## Current Project Team Members The io.js project team comprises a group of core collaborators and a sub-group -that forms the _Technical Committee_ (TC) which governs the project. For more +that forms the _TSC_ (TC) which governs the project. For more information about the governance of the io.js project, see [GOVERNANCE.md](./GOVERNANCE.md). -* **Isaac Z. Schlueter** ([@isaacs](https://github.com/isaacs)) <i@izs.me> (Technical Committee) -* **Ben Noordhuis** ([@bnoordhuis](https://github.com/bnoordhuis)) <info@bnoordhuis.nl> (Technical Committee) -* **Bert Belder** ([@piscisaureus](https://github.com/piscisaureus)) <bertbelder@gmail.com> (Technical Committee) -* **Fedor Indutny** ([@indutny](https://github.com/indutny)) <fedor.indutny@gmail.com> (Technical Committee) -* **Trevor Norris** ([@trevnorris](https://github.com/trevnorris)) <trev.norris@gmail.com> (Technical Committee) -* **Chris Dickinson** ([@chrisdickinson](https://github.com/chrisdickinson)) <christopher.s.dickinson@gmail.com> (Technical Committee) +### TSC (Technical Steering Committee) + +* **Ben Noordhuis** ([@bnoordhuis](https://github.com/bnoordhuis)) <info@bnoordhuis.nl> (TSC) +* **Bert Belder** ([@piscisaureus](https://github.com/piscisaureus)) <bertbelder@gmail.com> (TSC) +* **Fedor Indutny** ([@indutny](https://github.com/indutny)) <fedor.indutny@gmail.com> (TSC) +* **Trevor Norris** ([@trevnorris](https://github.com/trevnorris)) <trev.norris@gmail.com> (TSC) +* **Colin Ihrig** ([@cjihrig](https://github.com/cjihrig)) <cjihrig@gmail.com> (TSC) +* **Alexis Campailla** ([orangemocha](https://github.com/orangemocha)) <v-alcamp@microsoft.com> (TSC) +* **James M Snell** ([jasnell](https://github.com/jasnell)) <jasnell@gmail.com> (TSC) +* **Julien Gilli** ([misterdjules](https://github.com/misterdjules)) <jgilli@nodejs.org> (TSC) +* **Michael Dawson** ([mhdawson](https://github.com/mhdawson)) <michael_dawson@ca.ibm.com> (TSC) +* **Steven R Loomis** ([srl295](https://github.com/srl295)) <srloomis@us.ibm.com> (TSC) +* **Chris Dickinson** ([@chrisdickinson](https://github.com/chrisdickinson)) <christopher.s.dickinson@gmail.com> (TSC) - Release GPG key: 9554F04D7259F04124DE6B476D5A82AC7E37093B -* **Colin Ihrig** ([@cjihrig](https://github.com/cjihrig)) <cjihrig@gmail.com> -* **Mikeal Rogers** ([@mikeal](https://github.com/mikeal)) <mikeal.rogers@gmail.com> -* **Rod Vagg** ([@rvagg](https://github.com/rvagg)) <rod@vagg.org> (Technical Committee) +* **Jeremiah Senkpiel** ([@fishrock123](https://github.com/fishrock123)) <fishrock123@rocketmail.com> (TSC) + - Release GPG key: FD3A5288F042B6850C66B31F09FE44734EB7990E +* **Rod Vagg** ([@rvagg](https://github.com/rvagg)) <rod@vagg.org> (TSC) - Release GPG key: DD8F2338BAE7501E3DD5AC78C273792F7D83545D + + +### Collaborators + +* **Mikeal Rogers** ([@mikeal](https://github.com/mikeal)) <mikeal.rogers@gmail.com> +* **Isaac Z. Schlueter** ([@isaacs](https://github.com/isaacs)) <i@izs.me> * **Thorsten Lorenz** ([@thlorenz](https://github.com/thlorenz)) <thlorenz@gmx.de> * **Stephen Belanger** ([@qard](https://github.com/qard)) <admin@stephenbelanger.com> -* **Jeremiah Senkpiel** ([@fishrock123](https://github.com/fishrock123)) <fishrock123@rocketmail.com> (Technical Committee) - - Release GPG key: FD3A5288F042B6850C66B31F09FE44734EB7990E * **Evan Lucas** ([@evanlucas](https://github.com/evanlucas)) <evanlucas@me.com> * **Brendan Ashworth** ([@brendanashworth](https://github.com/brendanashworth)) <brendan.ashworth@me.com> * **Vladimir Kurchatkin** ([@vkurchatkin](https://github.com/vkurchatkin)) <vladimir.kurchatkin@gmail.com> From 016aa768a9182b6c73f01166ebadb436ab62f3b3 Mon Sep 17 00:00:00 2001 From: Mikeal Rogers Date: Fri, 15 May 2015 12:53:54 -0700 Subject: [PATCH 2/3] Fixing rename of TSC. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba80667ab0c019..21e6f986525ecd 100644 --- a/README.md +++ b/README.md @@ -262,7 +262,7 @@ as `deps/icu` (You'll have: `deps/icu/source/...`) ## Current Project Team Members The io.js project team comprises a group of core collaborators and a sub-group -that forms the _TSC_ (TC) which governs the project. For more +that forms the _Technical Steering Committee_ (TSC) which governs the project. For more information about the governance of the io.js project, see [GOVERNANCE.md](./GOVERNANCE.md). From 64802aee7f04c44e82d5442e21607483da967156 Mon Sep 17 00:00:00 2001 From: Mikeal Rogers Date: Fri, 15 May 2015 13:24:11 -0700 Subject: [PATCH 3/3] Fixing formatting issues. --- README.md | 29 +++++++++++++---------------- 1 file changed, 13 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 21e6f986525ecd..03ba8b14dc074a 100644 --- a/README.md +++ b/README.md @@ -257,8 +257,6 @@ as `deps/icu` (You'll have: `deps/icu/source/...`) [#io.js on Freenode.net](http://webchat.freenode.net?channels=io.js&uio=d4) * [iojs/io.js on Gitter](https://gitter.im/iojs/io.js) - - ## Current Project Team Members The io.js project team comprises a group of core collaborators and a sub-group @@ -268,24 +266,23 @@ information about the governance of the io.js project, see ### TSC (Technical Steering Committee) -* **Ben Noordhuis** ([@bnoordhuis](https://github.com/bnoordhuis)) <info@bnoordhuis.nl> (TSC) -* **Bert Belder** ([@piscisaureus](https://github.com/piscisaureus)) <bertbelder@gmail.com> (TSC) -* **Fedor Indutny** ([@indutny](https://github.com/indutny)) <fedor.indutny@gmail.com> (TSC) -* **Trevor Norris** ([@trevnorris](https://github.com/trevnorris)) <trev.norris@gmail.com> (TSC) -* **Colin Ihrig** ([@cjihrig](https://github.com/cjihrig)) <cjihrig@gmail.com> (TSC) -* **Alexis Campailla** ([orangemocha](https://github.com/orangemocha)) <v-alcamp@microsoft.com> (TSC) -* **James M Snell** ([jasnell](https://github.com/jasnell)) <jasnell@gmail.com> (TSC) -* **Julien Gilli** ([misterdjules](https://github.com/misterdjules)) <jgilli@nodejs.org> (TSC) -* **Michael Dawson** ([mhdawson](https://github.com/mhdawson)) <michael_dawson@ca.ibm.com> (TSC) -* **Steven R Loomis** ([srl295](https://github.com/srl295)) <srloomis@us.ibm.com> (TSC) -* **Chris Dickinson** ([@chrisdickinson](https://github.com/chrisdickinson)) <christopher.s.dickinson@gmail.com> (TSC) +* **Ben Noordhuis** ([@bnoordhuis](https://github.com/bnoordhuis)) <info@bnoordhuis.nl> +* **Bert Belder** ([@piscisaureus](https://github.com/piscisaureus)) <bertbelder@gmail.com> +* **Fedor Indutny** ([@indutny](https://github.com/indutny)) <fedor.indutny@gmail.com> +* **Trevor Norris** ([@trevnorris](https://github.com/trevnorris)) <trev.norris@gmail.com> +* **Colin Ihrig** ([@cjihrig](https://github.com/cjihrig)) <cjihrig@gmail.com> +* **Alexis Campailla** ([@orangemocha](https://github.com/orangemocha)) <v-alcamp@microsoft.com> +* **James M Snell** ([@jasnell](https://github.com/jasnell)) <jasnell@gmail.com> +* **Julien Gilli** ([@misterdjules](https://github.com/misterdjules)) <jgilli@nodejs.org> +* **Michael Dawson** ([@mhdawson](https://github.com/mhdawson)) <michael_dawson@ca.ibm.com> +* **Steven R Loomis** ([@srl295](https://github.com/srl295)) <srloomis@us.ibm.com> +* **Chris Dickinson** ([@chrisdickinson](https://github.com/chrisdickinson)) <christopher.s.dickinson@gmail.com> - Release GPG key: 9554F04D7259F04124DE6B476D5A82AC7E37093B -* **Jeremiah Senkpiel** ([@fishrock123](https://github.com/fishrock123)) <fishrock123@rocketmail.com> (TSC) +* **Jeremiah Senkpiel** ([@fishrock123](https://github.com/fishrock123)) <fishrock123@rocketmail.com> - Release GPG key: FD3A5288F042B6850C66B31F09FE44734EB7990E -* **Rod Vagg** ([@rvagg](https://github.com/rvagg)) <rod@vagg.org> (TSC) +* **Rod Vagg** ([@rvagg](https://github.com/rvagg)) <rod@vagg.org> - Release GPG key: DD8F2338BAE7501E3DD5AC78C273792F7D83545D - ### Collaborators * **Mikeal Rogers** ([@mikeal](https://github.com/mikeal)) <mikeal.rogers@gmail.com>