Skip to content

doc: add new companion status to governance document #57628

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
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
12 changes: 12 additions & 0 deletions GOVERNANCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

<!-- TOC -->

* [Companions](#companions)
* [Triagers](#triagers)
* [Collaborators](#collaborators)
* [Collaborator activities](#collaborator-activities)
Expand All @@ -16,6 +17,17 @@

<!-- /TOC -->

## Companions

Companions are people recognized for their significant contributions to Node.js.
Contributions can take many forms and is not limited to code committed to the
[nodejs/node][] repository. Typically, a contributor becomes a Companion before
becoming a Triager or Collaborator.

See:

* [List of companions](./README.md#companions)

## Triagers

Triagers assess newly-opened issues in the [nodejs/node][] and [nodejs/help][]
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ that discourage, exhaust, or otherwise negatively affect other participants.
* [TSC (Technical Steering Committee)](#tsc-technical-steering-committee)
* [Collaborators](#collaborators)
* [Triagers](#triagers)
* [Companions](#companions)
* [Release keys](#release-keys)
* [License](#license)

Expand Down Expand Up @@ -767,6 +768,10 @@ maintaining the Node.js project.
Triagers follow the [Triage Guide](./doc/contributing/issues.md#triaging-a-bug-report) when
responding to new issues.

### Companions

Companions are people recognized for their significant contributions to Node.js.

### Release keys

Primary GPG keys for Node.js Releasers (some Releasers sign with subkeys):
Expand Down
Loading