2015-08-13 18:14:34 +02:00
|
|
|
# Node.js Project Governance
|
2015-01-02 12:52:50 +01:00
|
|
|
|
2017-08-22 07:44:50 +02:00
|
|
|
The Node.js project is governed by its Collaborators, including a Technical
|
|
|
|
Steering Committee (TSC) which is responsible for high-level guidance of the
|
|
|
|
project.
|
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
|
2017-08-22 07:44:50 +02:00
|
|
|
maintained by Collaborators who are added by the TSC on an ongoing basis.
|
2015-01-02 12:52:50 +01:00
|
|
|
|
2017-08-22 07:44:50 +02:00
|
|
|
Individuals identified by the TSC as making significant and valuable
|
2017-08-22 19:29:09 +02:00
|
|
|
contributions across any Node.js repository may be made Collaborators and given
|
|
|
|
commit access to the project. Activities taken into consideration include (but
|
|
|
|
are not limited to) the quality of:
|
|
|
|
|
|
|
|
* code commits and pull requests
|
|
|
|
* documentation commits and pull requests
|
|
|
|
* comments on issues and pull requests
|
|
|
|
* contributions to the Node.js website
|
|
|
|
* assistance provided to end users and novice contributors
|
|
|
|
* participation in Working Groups
|
|
|
|
* other participation in the wider Node.js community
|
|
|
|
|
|
|
|
If individuals making valuable contributions do not believe they have been
|
2017-08-22 07:44:50 +02:00
|
|
|
considered for commit access, they may log an issue or contact a TSC member
|
2017-08-22 19:29:09 +02:00
|
|
|
directly.
|
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
|
2016-10-13 07:12:11 +02:00
|
|
|
for sign-off.
|
|
|
|
|
|
|
|
If one or more Collaborators oppose a proposed change, then the change can not
|
|
|
|
be accepted unless:
|
|
|
|
|
|
|
|
* Discussions and/or additional changes result in no Collaborators objecting to
|
|
|
|
the change. Previously-objecting Collaborators do not necessarily have to
|
|
|
|
sign-off on the change, but they should not be opposed to it.
|
2017-08-22 07:44:50 +02:00
|
|
|
* The change is escalated to the TSC and the TSC votes to approve the change.
|
2017-06-03 01:27:54 +02:00
|
|
|
This should only happen if disagreements between Collaborators cannot be
|
|
|
|
resolved through discussion.
|
2015-01-02 12:52:50 +01:00
|
|
|
|
2016-10-06 05:55:56 +02:00
|
|
|
Collaborators may opt to elevate significant or controversial modifications to
|
2017-08-22 07:44:50 +02:00
|
|
|
the TSC by assigning the `tsc-review` label to a pull request or issue. The
|
|
|
|
TSC should serve as the final arbiter where required.
|
2015-01-02 12:52:50 +01:00
|
|
|
|
2017-06-03 01:27:54 +02:00
|
|
|
* [Current list of Collaborators](./README.md#current-project-team-members)
|
|
|
|
* [A guide for Collaborators](./COLLABORATOR_GUIDE.md)
|
2015-01-02 12:52:50 +01:00
|
|
|
|
2016-07-14 00:41:17 +02:00
|
|
|
### Collaborator Activities
|
|
|
|
|
2016-07-15 05:16:26 +02:00
|
|
|
Typical activities of a Collaborator include:
|
|
|
|
|
|
|
|
* helping users and novice contributors
|
|
|
|
* contributing code and documentation changes that improve the project
|
|
|
|
* reviewing and commenting on issues and pull requests
|
|
|
|
* participation in working groups
|
|
|
|
* merging pull requests
|
|
|
|
|
2017-08-22 07:44:50 +02:00
|
|
|
The TSC periodically reviews the Collaborator list to identify inactive
|
2017-06-03 00:49:25 +02:00
|
|
|
Collaborators. Past Collaborators are typically given _Emeritus_ status. Emeriti
|
2017-08-22 07:44:50 +02:00
|
|
|
may request that the TSC restore them to active status.
|
2016-07-15 05:16:26 +02:00
|
|
|
|
2017-08-22 07:44:50 +02:00
|
|
|
## Technical Steering Committee
|
2017-06-03 01:27:54 +02:00
|
|
|
|
2017-08-22 07:44:50 +02:00
|
|
|
The Technical Steering Committee (TSC) has final authority over this project
|
2017-06-03 01:27:54 +02:00
|
|
|
including:
|
|
|
|
|
|
|
|
* Technical direction
|
|
|
|
* Project governance and process (including this policy)
|
|
|
|
* Contribution policy
|
|
|
|
* GitHub repository hosting
|
|
|
|
* Conduct guidelines
|
|
|
|
* Maintaining the list of additional Collaborators
|
|
|
|
|
2017-08-22 07:44:50 +02:00
|
|
|
* [Current list of TSC members](./README.md#current-project-team-members)
|
2017-06-03 01:27:54 +02:00
|
|
|
|
2017-08-22 07:44:50 +02:00
|
|
|
The operations of the TSC are governed by the [TSC Charter][] as approved by
|
|
|
|
the Node.js Foundation Board of Directors.
|
2015-01-02 12:52:50 +01:00
|
|
|
|
2017-08-22 07:44:50 +02:00
|
|
|
### TSC Meetings
|
2015-01-02 12:52:50 +01:00
|
|
|
|
2017-08-22 07:44:50 +02:00
|
|
|
The TSC meets regularly in a voice conference call. The meeting is run by a
|
|
|
|
designated meeting chair approved by the TSC. Each meeting is streamed on
|
2016-11-03 04:22:00 +01:00
|
|
|
YouTube.
|
2015-01-02 12:52:50 +01:00
|
|
|
|
2017-08-22 07:44:50 +02:00
|
|
|
Items are added to the TSC agenda which are considered contentious or
|
|
|
|
are modifications of governance, contribution policy, TSC 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.
|
|
|
|
|
2016-10-13 06:34:44 +02:00
|
|
|
Any community member or contributor can ask that something be reviewed
|
2017-08-22 07:44:50 +02:00
|
|
|
by the TSC by logging a GitHub issue. Any Collaborator, TSC member, or the
|
|
|
|
meeting chair can bring the issue to the TSC's attention by applying the
|
|
|
|
`tsc-review` label. If consensus-seeking among TSC members fails for a
|
|
|
|
particular issue, it may be added to the TSC meeting agenda by adding the
|
|
|
|
`tsc-agenda` label.
|
|
|
|
|
|
|
|
Prior to each TSC meeting, the meeting chair will share the agenda with
|
|
|
|
members of the TSC. TSC members can also add items to the agenda at the
|
|
|
|
beginning of each meeting. The meeting chair and the TSC cannot veto or remove
|
2016-07-14 00:30:08 +02:00
|
|
|
items.
|
2015-01-02 12:52:50 +01:00
|
|
|
|
2017-08-22 07:44:50 +02:00
|
|
|
The TSC may invite additional persons to participate in a non-voting capacity.
|
2015-01-02 12:52:50 +01:00
|
|
|
|
2016-11-02 20:36:06 +01:00
|
|
|
The meeting chair is responsible for ensuring that minutes are taken and that a
|
|
|
|
pull request with the minutes is submitted after the meeting.
|
2015-01-02 12:52:50 +01:00
|
|
|
|
2016-10-06 05:55:56 +02:00
|
|
|
Due to the challenges of scheduling a global meeting with participants in
|
2017-08-22 07:44:50 +02:00
|
|
|
several timezones, the TSC will seek to resolve as many agenda items as possible
|
2016-10-06 05:55:56 +02:00
|
|
|
outside of meetings using
|
2017-08-22 07:44:50 +02:00
|
|
|
[the TSC issue tracker](https://github.com/nodejs/TSC/issues). The process in
|
2016-10-06 05:55:56 +02:00
|
|
|
the issue tracker is:
|
|
|
|
|
2017-08-22 07:44:50 +02:00
|
|
|
* A TSC member opens an issue explaining the proposal/issue and @-mentions
|
|
|
|
@nodejs/tsc.
|
|
|
|
* After 72 hours, if there are two or more `LGTM`s from other TSC members and no
|
|
|
|
explicit opposition from other TSC members, then the proposal is approved.
|
|
|
|
* If there are any TSC members objecting, then a conversation ensues until
|
2016-10-06 05:55:56 +02:00
|
|
|
either the proposal is dropped or the objecting members are persuaded. If
|
|
|
|
there is an extended impasse, a motion for a vote may be made.
|
|
|
|
|
2015-01-02 12:52:50 +01:00
|
|
|
## Consensus Seeking Process
|
|
|
|
|
2017-08-22 07:44:50 +02:00
|
|
|
The TSC follows a [Consensus Seeking][] decision making model as described by
|
|
|
|
the [TSC Charter][].
|
2015-01-02 12:52:50 +01:00
|
|
|
|
2017-08-22 07:44:50 +02:00
|
|
|
[TSC Charter]: https://github.com/nodejs/TSC/blob/master/TSC-Charter.md
|
2017-11-23 00:01:19 +01:00
|
|
|
[Consensus Seeking]: https://en.wikipedia.org/wiki/Consensus-seeking_decision-making
|