From 54565fb9544bf126d49386a999bf4ae5839c0315 Mon Sep 17 00:00:00 2001 From: Michael Dawson Date: Thu, 2 Jul 2020 17:44:05 -0400 Subject: [PATCH] doc: Charter the package-maintenance working group (#880) * doc: Charter the package-maintenance working group Refs: https://github.com/nodejs/admin/issues/470 Refs: https://github.com/nodejs/package-maintenance/pull/338 Signed-off-by: Michael Dawson --- WORKING_GROUPS.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/WORKING_GROUPS.md b/WORKING_GROUPS.md index deae88ef..9e999d66 100644 --- a/WORKING_GROUPS.md +++ b/WORKING_GROUPS.md @@ -437,5 +437,28 @@ This Working Group is _not_ responsible for managing or responding to security reports against Node.js itself. That responsibility remains with the [Node.js TSC][]. +### [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](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 +* Project governance and process (including this policy) +* Managing the maintainer teams and contribution policies for the + following repositories + * nodejs/ci-config-travis + * nodejs/ci-config-github-actions + * nodejs/package-maintenance repository. + + [Technical Steering Committee (TSC)]: ./TSC-Charter.md [Consensus Seeking]: http://en.wikipedia.org/wiki/Consensus-seeking_decision-making