From 959f58debc68e64e262927d734e7ff2fd7dec185 Mon Sep 17 00:00:00 2001 From: Michael Dawson Date: Tue, 9 Jun 2020 13:19:54 -0400 Subject: [PATCH 1/2] 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 | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/WORKING_GROUPS.md b/WORKING_GROUPS.md index deae88ef..0d343e40 100644 --- a/WORKING_GROUPS.md +++ b/WORKING_GROUPS.md @@ -437,5 +437,29 @@ 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. +* Ongoing work to improve the state of + + [Technical Steering Committee (TSC)]: ./TSC-Charter.md [Consensus Seeking]: http://en.wikipedia.org/wiki/Consensus-seeking_decision-making From 757f9e9fbb14243a2e1f38ee1eefc9cb082ec130 Mon Sep 17 00:00:00 2001 From: Michael Dawson Date: Tue, 9 Jun 2020 13:26:22 -0400 Subject: [PATCH 2/2] squash: cleanup trailing sentence --- WORKING_GROUPS.md | 1 - 1 file changed, 1 deletion(-) diff --git a/WORKING_GROUPS.md b/WORKING_GROUPS.md index 0d343e40..9e999d66 100644 --- a/WORKING_GROUPS.md +++ b/WORKING_GROUPS.md @@ -458,7 +458,6 @@ Responsibilities include: * nodejs/ci-config-travis * nodejs/ci-config-github-actions * nodejs/package-maintenance repository. -* Ongoing work to improve the state of [Technical Steering Committee (TSC)]: ./TSC-Charter.md