Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Adjusting for feedback in the PR.
  • Loading branch information
mikeal committed Jan 30, 2015
commit f103a3f7f7396ddefd4da1f2930197f3d322ea3b
13 changes: 9 additions & 4 deletions WORKING_GROUPS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# io.js Working Groups

io.js Working Groups are autonomous projects created by the TC.
io.js Working Groups are autonomous projects created by the
[Technical Committee (TC)](https://github.com/iojs/io.js/blob/v1.x/GOVERNANCE.md#technical-committee).

Working Groups can be formed at any time but must be ratified by the TC.
Once formed the work defined in the Working Group charter is the
Expand Down Expand Up @@ -73,6 +74,8 @@ Its responsibilities are:
* Produce Packages for all target platforms.
* Run tests.
* Run performance testing and comparisons.
* Creates and manages official docker images.
* Creates and manages build-containers.

The current members can be found in their
[README](https://github.com/iojs/build#people).
Expand All @@ -83,19 +86,21 @@ A Working Group is established by first defining a charter that can be
ratified by the TC. A charter is a *statement of purpose*, a
*list of responsibilities* and a *list of initial membership*.

A working group needs 5 initial members. These should be individuals
A working group needs 3 initial members. These should be individuals
already undertaking the work described in the charter.

The list of responsibilities should be specific. Once established these
responsibilities are no longer governed by the TC and therefor should
not be broad or subjective.
not be broad or subjective. The only recourse the TC has over the working
group is to revoke the entire charter and take on the work previously
done by the working group themselves.

If the responsibilities described in the charter are currently
undertaken by another WG then the charter will additionally have to be
ratified by that WG.

You can submit the WG charter for ratification by sending
a Pull Request to this document which adds the it to the
a Pull Request to this document which adds it to the
list of current Working Groups. Once ratified the list of
members should be maintained in the Working Group's
README.
Expand Down