2015-08-13 16:14:34 +00:00
|
|
|
# Node.js Project Governance
|
2015-01-02 11:52:50 +00:00
|
|
|
|
2018-01-20 13:09:17 +00:00
|
|
|
<!-- TOC -->
|
|
|
|
|
|
|
|
- [Collaborators](#collaborators)
|
|
|
|
- [Collaborator Activities](#collaborator-activities)
|
|
|
|
- [Technical Steering Committee](#technical-steering-committee)
|
|
|
|
- [TSC Meetings](#tsc-meetings)
|
|
|
|
- [Collaborator Nominations](#collaborator-nominations)
|
|
|
|
- [Onboarding](#onboarding)
|
|
|
|
- [Consensus Seeking Process](#consensus-seeking-process)
|
|
|
|
|
|
|
|
<!-- /TOC -->
|
|
|
|
|
2015-01-02 11:52:50 +00:00
|
|
|
## Collaborators
|
|
|
|
|
2019-04-03 15:43:54 +00:00
|
|
|
Node.js Core Collaborators maintain the [nodejs/node][] GitHub repository.
|
|
|
|
The GitHub team for Node.js Core Collaborators is @nodejs/collaborators. Their
|
|
|
|
privileges include but are not limited to:
|
2017-08-22 17:29:09 +00:00
|
|
|
|
2018-01-20 13:09:17 +00:00
|
|
|
* Commit access to the [nodejs/node][] repository
|
|
|
|
* Access to the Node.js continuous integration (CI) jobs
|
2015-01-02 11:52:50 +00:00
|
|
|
|
2019-04-05 18:26:37 +00:00
|
|
|
Both Collaborators and non-Collaborators may propose changes to the Node.js
|
|
|
|
source code. The mechanism to propose such a change is a GitHub pull request.
|
|
|
|
Collaborators are responsible for reviewing and merging (_landing_)
|
|
|
|
pull requests.
|
2018-08-10 21:49:21 +00:00
|
|
|
|
|
|
|
At least two Collaborators must approve a pull request before the pull request
|
2019-04-05 18:26:37 +00:00
|
|
|
can land. (One Collaborator approval is enough if the pull request has been open
|
2018-08-10 21:49:21 +00:00
|
|
|
for more than 7 days.) Approving a pull request indicates that the Collaborator
|
|
|
|
accepts responsibility for the change. Approval must be from Collaborators who
|
|
|
|
are not authors of the change.
|
2016-10-13 05:12:11 +00:00
|
|
|
|
2019-04-05 18:26:37 +00:00
|
|
|
If a Collaborator opposes a proposed change, then the change cannot land. The
|
|
|
|
exception is if the TSC votes to approve the change despite the opposition.
|
|
|
|
Usually, involving the TSC is unnecessary. Often, discussions or further changes
|
|
|
|
result in Collaborators removing their opposition.
|
2015-01-02 11:52:50 +00:00
|
|
|
|
2018-01-20 13:09:17 +00:00
|
|
|
See:
|
|
|
|
|
2017-06-02 23:27:54 +00:00
|
|
|
* [Current list of Collaborators](./README.md#current-project-team-members)
|
|
|
|
* [A guide for Collaborators](./COLLABORATOR_GUIDE.md)
|
2015-01-02 11:52:50 +00:00
|
|
|
|
2016-07-13 22:41:17 +00:00
|
|
|
### Collaborator Activities
|
|
|
|
|
2016-07-15 03:16:26 +00:00
|
|
|
Typical activities of a Collaborator include:
|
|
|
|
|
2018-01-20 13:09:17 +00:00
|
|
|
* 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
|
2016-07-15 03:16:26 +00:00
|
|
|
|
2019-04-08 04:13:51 +00:00
|
|
|
The TSC can remove inactive Collaborators or provide them with _Emeritus_
|
|
|
|
status. Emeriti may request that the TSC restore them to active status.
|
2016-07-15 03:16:26 +00:00
|
|
|
|
2017-08-22 05:44:50 +00:00
|
|
|
## Technical Steering Committee
|
2017-06-02 23:27:54 +00:00
|
|
|
|
2018-02-17 00:18:09 +00:00
|
|
|
A subset of the Collaborators forms the Technical Steering Committee (TSC).
|
2018-01-20 13:09:17 +00:00
|
|
|
The TSC has final authority over this project, including:
|
2017-06-02 23:27:54 +00:00
|
|
|
|
|
|
|
* Technical direction
|
|
|
|
* Project governance and process (including this policy)
|
|
|
|
* Contribution policy
|
|
|
|
* GitHub repository hosting
|
|
|
|
* Conduct guidelines
|
2019-04-10 05:09:09 +00:00
|
|
|
* Maintaining the list of Collaborators
|
2017-06-02 23:27:54 +00:00
|
|
|
|
2019-04-10 05:09:09 +00:00
|
|
|
The current list of TSC members is in
|
2018-01-20 13:09:17 +00:00
|
|
|
[the project README](./README.md#current-project-team-members).
|
2017-06-02 23:27:54 +00:00
|
|
|
|
2019-04-10 05:09:09 +00:00
|
|
|
The [TSC Charter][] governs the operations of the TSC. All changes to the
|
|
|
|
Charter need approval by the Node.js Board of Directors.
|
2015-01-02 11:52:50 +00:00
|
|
|
|
2017-08-22 05:44:50 +00:00
|
|
|
### TSC Meetings
|
2015-01-02 11:52:50 +00:00
|
|
|
|
2019-04-12 18:19:06 +00:00
|
|
|
The TSC meets in a voice conference call. Each year, the TSC elects a chair to
|
|
|
|
run the meetings. The TSC streams its meetings for public viewing on YouTube or
|
|
|
|
a similar service.
|
2015-01-02 11:52:50 +00:00
|
|
|
|
2019-04-12 18:19:06 +00:00
|
|
|
The TSC agenda includes issues that are at an impasse. The intention of the
|
|
|
|
agenda is not to review or approve all patches. Collaborators review and approve
|
|
|
|
patches on GitHub.
|
2015-01-02 11:52:50 +00:00
|
|
|
|
2019-04-12 18:19:06 +00:00
|
|
|
Any community member can create a GitHub issue asking that the TSC review
|
|
|
|
something. If consensus-seeking fails for an issue, a Collaborator may apply the
|
|
|
|
`tsc-agenda` label. That will add it to the TSC meeting agenda.
|
2015-01-02 11:52:50 +00:00
|
|
|
|
2019-04-12 18:19:06 +00:00
|
|
|
Before 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 items.
|
2017-08-22 05:44:50 +00:00
|
|
|
|
2019-04-12 18:19:06 +00:00
|
|
|
The TSC may invite people to take part in a non-voting capacity.
|
2015-01-02 11:52:50 +00:00
|
|
|
|
2019-04-12 18:19:06 +00:00
|
|
|
During the meeting, the TSC chair ensures that someone takes minutes. After the
|
|
|
|
meeting, the TSC chair ensures that someone opens a pull request with the
|
|
|
|
minutes.
|
2015-01-02 11:52:50 +00:00
|
|
|
|
2019-04-12 18:19:06 +00:00
|
|
|
The TSC seeks to resolve as many issues as possible outside meetings using
|
2017-08-22 05:44:50 +00:00
|
|
|
[the TSC issue tracker](https://github.com/nodejs/TSC/issues). The process in
|
2016-10-06 03:55:56 +00:00
|
|
|
the issue tracker is:
|
|
|
|
|
2017-08-22 05:44:50 +00:00
|
|
|
* A TSC member opens an issue explaining the proposal/issue and @-mentions
|
|
|
|
@nodejs/tsc.
|
2019-04-12 18:19:06 +00:00
|
|
|
* The proposal passes if, after 72 hours, there are two or more TSC approvals
|
|
|
|
and no TSC opposition.
|
|
|
|
* If there is an extended impasse, a TSC member may make a motion for a vote.
|
2016-10-06 03:55:56 +00:00
|
|
|
|
2018-01-20 13:09:17 +00:00
|
|
|
## Collaborator Nominations
|
|
|
|
|
2019-04-15 06:28:18 +00:00
|
|
|
Existing Collaborators can nominate someone to become a Collaborator. Nominees
|
|
|
|
should have significant and valuable contributions across the Node.js
|
|
|
|
organization.
|
2018-01-20 13:09:17 +00:00
|
|
|
|
2019-04-15 06:28:18 +00:00
|
|
|
To nominate a new Collaborator, open an issue in the [nodejs/node][] repository.
|
|
|
|
Provide a summary of the nominee's contributions. For example:
|
2018-01-20 13:09:17 +00:00
|
|
|
|
|
|
|
* Commits in the [nodejs/node][] repository.
|
2019-04-17 18:32:41 +00:00
|
|
|
* Use the link `https://github.com/nodejs/node/commits?author=GITHUB_ID`
|
2018-01-20 13:09:17 +00:00
|
|
|
* Pull requests and issues opened in the [nodejs/node][] repository.
|
2019-04-17 18:32:41 +00:00
|
|
|
* Use the link `https://github.com/nodejs/node/issues?q=author:GITHUB_ID`
|
|
|
|
* Comments on pull requests and issues in the [nodejs/node][] repository
|
|
|
|
* Use the link `https://github.com/nodejs/node/issues?q=commenter:GITHUB_ID`
|
|
|
|
* Reviews on pull requests in the [nodejs/node][] repository
|
|
|
|
* Use the link `https://github.com/nodejs/node/pulls?q=reviewed-by:GITHUB_ID`
|
|
|
|
* Help provided to end users and novice contributors
|
|
|
|
* Pull requests and issues opened throughout the Node.js organization
|
|
|
|
* Use the link `https://github.com/search?q=author:GITHUB_ID+org:nodejs`
|
|
|
|
* Comments on pull requests and issues throughout the Node.js organization
|
|
|
|
* Use the link `https://github.com/search?q=commenter:GITHUB_ID+org:nodejs`
|
|
|
|
* Participation in other projects, teams, and working groups of the Node.js
|
|
|
|
organization
|
2018-01-20 13:09:17 +00:00
|
|
|
* Other participation in the wider Node.js community
|
|
|
|
|
|
|
|
Mention @nodejs/collaborators in the issue to notify other Collaborators about
|
|
|
|
the nomination.
|
|
|
|
|
2019-04-19 21:42:06 +00:00
|
|
|
The nomination passes if no Collaborators oppose it after one week. Otherwise,
|
|
|
|
the nomination fails.
|
2018-01-20 13:09:17 +00:00
|
|
|
|
2019-04-22 19:20:03 +00:00
|
|
|
There are steps a nominator can take in advance to make a nomination as
|
|
|
|
frictionless as possible. Use the [Collaborators discussion page][] to request
|
|
|
|
feedback from other Collaborators in private. A nominator may also work with the
|
|
|
|
nominee to improve their contribution profile.
|
2018-01-20 13:09:17 +00:00
|
|
|
|
|
|
|
If individuals making valuable contributions do not believe they have been
|
|
|
|
considered for a nomination, they may log an issue or contact a Collaborator
|
|
|
|
directly.
|
|
|
|
|
|
|
|
### Onboarding
|
|
|
|
|
|
|
|
When the nomination is accepted, the new Collaborator will be onboarded
|
|
|
|
by a TSC member. See [the onboarding guide](./doc/onboarding.md) on
|
|
|
|
details of the onboarding process. In general, the onboarding should be
|
|
|
|
completed within a month after the nomination is accepted.
|
|
|
|
|
2015-01-02 11:52:50 +00:00
|
|
|
## Consensus Seeking Process
|
|
|
|
|
2018-10-30 17:42:09 +00:00
|
|
|
The TSC follows a [Consensus Seeking][] decision-making model as described by
|
2017-08-22 05:44:50 +00:00
|
|
|
the [TSC Charter][].
|
2015-01-02 11:52:50 +00:00
|
|
|
|
2019-04-22 19:20:03 +00:00
|
|
|
[Collaborators discussion page]: https://github.com/orgs/nodejs/teams/collaborators/discussions
|
2017-11-22 23:01:19 +00:00
|
|
|
[Consensus Seeking]: https://en.wikipedia.org/wiki/Consensus-seeking_decision-making
|
2018-01-20 13:09:17 +00:00
|
|
|
[TSC Charter]: https://github.com/nodejs/TSC/blob/master/TSC-Charter.md
|
|
|
|
[nodejs/node]: https://github.com/nodejs/node
|