2015-08-13 18:14:34 +02:00
|
|
|
# Node.js Project Governance
|
2015-01-02 12:52:50 +01:00
|
|
|
|
2016-02-18 18:26:43 +01:00
|
|
|
## Core Technical Committee
|
2015-01-02 12:52:50 +01:00
|
|
|
|
2016-02-18 18:26:43 +01:00
|
|
|
The Node.js project is jointly governed by a Core Technical Committee (CTC)
|
2015-01-02 12:52:50 +01:00
|
|
|
which is responsible for high-level guidance of the project.
|
|
|
|
|
2016-02-18 18:26:43 +01:00
|
|
|
The CTC has final authority over this project including:
|
2015-01-02 12:52:50 +01:00
|
|
|
|
|
|
|
* Technical direction
|
|
|
|
* Project governance and process (including this policy)
|
|
|
|
* Contribution policy
|
|
|
|
* GitHub repository hosting
|
|
|
|
* Conduct guidelines
|
|
|
|
* Maintaining the list of additional Collaborators
|
|
|
|
|
2016-02-18 18:26:43 +01:00
|
|
|
Initial membership invitations to the CTC were given to individuals who
|
2015-08-13 18:14:34 +02:00
|
|
|
had been active contributors to Node.js, and who have significant
|
|
|
|
experience with the management of the Node.js project. Membership is
|
2015-01-02 12:52:50 +01:00
|
|
|
expected to evolve over time according to the needs of the project.
|
|
|
|
|
2016-02-18 18:26:43 +01:00
|
|
|
For the current list of CTC members, see the project
|
2015-01-14 09:40:03 +01:00
|
|
|
[README.md](./README.md#current-project-team-members).
|
2015-01-02 12:52:50 +01:00
|
|
|
|
|
|
|
## Collaborators
|
|
|
|
|
2015-08-13 18:14:34 +02:00
|
|
|
The [nodejs/node](https://github.com/nodejs/node) GitHub repository is
|
2016-02-18 18:26:43 +01:00
|
|
|
maintained by the CTC and additional Collaborators who are added by the
|
|
|
|
CTC on an ongoing basis.
|
2015-01-02 12:52:50 +01:00
|
|
|
|
|
|
|
Individuals making significant and valuable contributions are made
|
|
|
|
Collaborators and given commit-access to the project. These
|
2016-02-18 18:26:43 +01:00
|
|
|
individuals are identified by the CTC and their addition as
|
|
|
|
Collaborators is discussed during the weekly CTC meeting.
|
2015-01-02 12:52:50 +01:00
|
|
|
|
|
|
|
_Note:_ If you make a significant contribution and are not considered
|
2016-02-18 18:26:43 +01:00
|
|
|
for commit-access, log an issue or contact a CTC member directly and it
|
|
|
|
will be brought up in the next CTC meeting.
|
2015-01-02 12:52:50 +01:00
|
|
|
|
2015-08-13 18:14:34 +02:00
|
|
|
Modifications of the contents of the nodejs/node repository are made on
|
2015-01-02 12:52:50 +01:00
|
|
|
a collaborative basis. Anybody with a GitHub account may propose a
|
|
|
|
modification via pull request and it will be considered by the project
|
|
|
|
Collaborators. All pull requests must be reviewed and accepted by a
|
|
|
|
Collaborator with sufficient expertise who is able to take full
|
|
|
|
responsibility for the change. In the case of pull requests proposed
|
|
|
|
by an existing Collaborator, an additional Collaborator is required
|
|
|
|
for sign-off. Consensus should be sought if additional Collaborators
|
|
|
|
participate and there is disagreement around a particular
|
|
|
|
modification. See _Consensus Seeking Process_ below for further detail
|
|
|
|
on the consensus model used for governance.
|
|
|
|
|
|
|
|
Collaborators may opt to elevate significant or controversial
|
|
|
|
modifications, or modifications that have not found consensus to the
|
2016-02-18 18:26:43 +01:00
|
|
|
CTC for discussion by assigning the ***ctc-agenda*** tag to a pull
|
|
|
|
request or issue. The CTC should serve as the final arbiter where
|
2015-01-02 12:52:50 +01:00
|
|
|
required.
|
|
|
|
|
|
|
|
For the current list of Collaborators, see the project
|
2015-01-14 09:40:03 +01:00
|
|
|
[README.md](./README.md#current-project-team-members).
|
2015-01-02 12:52:50 +01:00
|
|
|
|
|
|
|
A guide for Collaborators is maintained in
|
|
|
|
[COLLABORATOR_GUIDE.md](./COLLABORATOR_GUIDE.md).
|
|
|
|
|
2016-02-18 18:26:43 +01:00
|
|
|
## CTC Membership
|
2015-01-02 12:52:50 +01:00
|
|
|
|
2016-02-18 18:26:43 +01:00
|
|
|
CTC seats are not time-limited. There is no fixed size of the CTC.
|
2015-01-02 12:52:50 +01:00
|
|
|
However, the expected target is between 6 and 12, to ensure adequate
|
|
|
|
coverage of important areas of expertise, balanced with the ability to
|
|
|
|
make decisions efficiently.
|
|
|
|
|
2016-02-18 18:26:43 +01:00
|
|
|
There is no specific set of requirements or qualifications for CTC
|
2015-01-02 12:52:50 +01:00
|
|
|
membership beyond these rules.
|
|
|
|
|
2016-02-18 18:26:43 +01:00
|
|
|
The CTC may add additional members to the CTC by a standard CTC motion.
|
2015-01-02 12:52:50 +01:00
|
|
|
|
2016-02-18 18:26:43 +01:00
|
|
|
A CTC member may be removed from the CTC by voluntary resignation, or by
|
|
|
|
a standard CTC motion.
|
2015-01-02 12:52:50 +01:00
|
|
|
|
2016-02-18 18:26:43 +01:00
|
|
|
Changes to CTC membership should be posted in the agenda, and may be
|
|
|
|
suggested as any other agenda item (see "CTC Meetings" below).
|
2015-01-02 12:52:50 +01:00
|
|
|
|
2016-02-18 18:26:43 +01:00
|
|
|
No more than 1/3 of the CTC members may be affiliated with the same
|
|
|
|
employer. If removal or resignation of a CTC member, or a change of
|
|
|
|
employment by a CTC member, creates a situation where more than 1/3 of
|
|
|
|
the CTC membership shares an employer, then the situation must be
|
|
|
|
immediately remedied by the resignation or removal of one or more CTC
|
2015-01-02 12:52:50 +01:00
|
|
|
members affiliated with the over-represented employer(s).
|
|
|
|
|
2016-02-18 18:26:43 +01:00
|
|
|
## CTC Meetings
|
2015-01-02 12:52:50 +01:00
|
|
|
|
2016-02-18 18:26:43 +01:00
|
|
|
The CTC meets weekly on a Google Hangout On Air. The meeting is run by
|
|
|
|
a designated moderator approved by the CTC. Each meeting should be
|
2015-01-02 12:52:50 +01:00
|
|
|
published to YouTube.
|
|
|
|
|
2016-02-18 18:26:43 +01:00
|
|
|
Items are added to the CTC agenda which are considered contentious or
|
|
|
|
are modifications of governance, contribution policy, CTC membership,
|
2015-01-02 12:52:50 +01:00
|
|
|
or release process.
|
|
|
|
|
2015-06-13 02:26:04 +02:00
|
|
|
The intention of the agenda is not to approve or review all patches.
|
|
|
|
That should happen continuously on GitHub and be handled by the larger
|
2015-01-02 12:52:50 +01:00
|
|
|
group of Collaborators.
|
|
|
|
|
|
|
|
Any community member or contributor can ask that something be added to
|
|
|
|
the next meeting's agenda by logging a GitHub Issue. Any Collaborator,
|
2016-02-18 18:26:43 +01:00
|
|
|
CTC member or the moderator can add the item to the agenda by adding
|
|
|
|
the ***ctc-agenda*** tag to the issue.
|
2015-01-02 12:52:50 +01:00
|
|
|
|
2016-02-18 18:26:43 +01:00
|
|
|
Prior to each CTC meeting, the moderator will share the Agenda with
|
|
|
|
members of the CTC. CTC members can add any items they like to the
|
|
|
|
agenda at the beginning of each meeting. The moderator and the CTC
|
2015-01-02 12:52:50 +01:00
|
|
|
cannot veto or remove items.
|
|
|
|
|
2016-02-18 18:26:43 +01:00
|
|
|
The CTC may invite persons or representatives from certain projects to
|
|
|
|
participate in a non-voting capacity.
|
2015-01-02 12:52:50 +01:00
|
|
|
|
|
|
|
The moderator is responsible for summarizing the discussion of each
|
2015-06-13 02:26:04 +02:00
|
|
|
agenda item and sending it as a pull request after the meeting.
|
2015-01-02 12:52:50 +01:00
|
|
|
|
|
|
|
## Consensus Seeking Process
|
|
|
|
|
2016-02-18 18:26:43 +01:00
|
|
|
The CTC follows a
|
2015-01-02 12:52:50 +01:00
|
|
|
[Consensus Seeking](http://en.wikipedia.org/wiki/Consensus-seeking_decision-making)
|
|
|
|
decision making model.
|
|
|
|
|
2015-06-13 02:26:04 +02:00
|
|
|
When an agenda item has appeared to reach a consensus, the moderator
|
2015-01-02 12:52:50 +01:00
|
|
|
will ask "Does anyone object?" as a final call for dissent from the
|
|
|
|
consensus.
|
|
|
|
|
2016-02-18 18:26:43 +01:00
|
|
|
If an agenda item cannot reach a consensus, a CTC member can call for
|
2015-01-02 12:52:50 +01:00
|
|
|
either a closing vote or a vote to table the issue to the next
|
2016-02-18 18:26:43 +01:00
|
|
|
meeting. The call for a vote must be approved by a majority of the CTC
|
2015-01-02 12:52:50 +01:00
|
|
|
or else the discussion will continue. Simple majority wins.
|