Skip to content
22 changes: 22 additions & 0 deletions locale/en/about/working-groups.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Core Working Groups are created by the
* [Docker](#docker)
* [Evangelism](#evangelism)
* [i18n](#i18n)
* [Package Maintenance](#package-maintenance)
* [Release](#release)
* [Security](#security)
* [Streams](#streams)
Expand Down Expand Up @@ -177,6 +178,27 @@ Each language community maintains its own membership.
* [nodejs-uk - Ukrainian (Українська)](https://github.com/nodejs/nodejs-uk)
* [nodejs-vi - Vietnamese (Tiếng Việt)](https://github.com/nodejs/nodejs-vi)

### [Package Maintenance](https://github.com/nodejs/package-maintenance)

Responsibilities include:

* Building, documenting and evangelizing guidance, tools and processes that make it easier for maintainers to
maintain packages and accept help from those who depend on their packages.
* Management of repositories within the [pkgjs](https://github.com/pkgjs)
GitHub organization including but not limited to:
* Managing the list of organization owners which supplement the standard
Node.js organization owners as outlined in: <https://github.com/nodejs/admin/blob/master/GITHUB_ORG_MANAGEMENT_POLICY.md#owners>
* Overseeing new repositories (creating, moving, removing)
* Managing the maintainer teams for all of the repositories.
* Contribution policy for repositories
* Technical direction for the projects within
the [pkgjs](https://github.com/pkgjs) organization
* Managing the maintainer teams and contribution policies for the
following repositories
* nodejs/ci-config-travis
* nodejs/ci-config-github-actions
* nodejs/package-maintenance repository.

### [Release](https://github.com/nodejs/Release)

The Release Working Group manages the release process for Node.js.
Expand Down