From 480bb3b91d4d11dae1a097bb4a97185da4ae462c Mon Sep 17 00:00:00 2001 From: Even Stensberg Date: Thu, 18 Sep 2025 14:40:48 +0200 Subject: [PATCH] docs: add working group charter (#19911) --- README.md | 11 ++--------- WORKING_GROUP.md | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 50 insertions(+), 9 deletions(-) create mode 100644 WORKING_GROUP.md diff --git a/README.md b/README.md index be58e62d1..b76dcde33 100644 --- a/README.md +++ b/README.md @@ -312,16 +312,9 @@ For information about the governance of the webpack project, see [GOVERNANCE.md] - [thelarkinn](https://github.com/thelarkinn) - **Sean Larkin** <> (he/him) -

Core Collaborators

+

Maintenance

-- [jhnns](https://github.com/jhnns) - - **Johannes Ewald** <> -- [sokra](https://github.com/sokra) - - **Tobias Koppers** <> -- [spacek33z](https://github.com/spacek33z) - - **Kees Kluskens** <> -- [TheLarkInn](https://github.com/TheLarkInn) - - **Sean T. Larkin** <> +This webpack repository is maintained by the [`Core Working Group`](./WORKING_GROUP.md).

Sponsoring

diff --git a/WORKING_GROUP.md b/WORKING_GROUP.md new file mode 100644 index 000000000..3578afb92 --- /dev/null +++ b/WORKING_GROUP.md @@ -0,0 +1,48 @@ +# Webpack Core Working Group + +This document outlines the webpack core working group. + +--- + +## Working Group Name + +Webpack Core Working Group + +## Purpose and Responsibilities + +The purpose of this working group is to facilitate, implement and fix problems and features within the core of webpack. This core includes tasking such as bugfixes, feature implementation and in general maintaining the main logic of webpack. + +Each member of the working group is required to adhere to the [governance model of webpack](https://github.com/webpack/governance). In addition to having responsibility of the main part of webpack, the working group will manage other parts of the webpack organization repositories in such way they see fit. + +## Goals & Objectives + +- Develop features within the webpack organization and core areas. +- Fix bugs within webpack organization and core areas. +- Maintain and steer webpack in general together with the Technical Steering Committee. +- Ensure performance and code coverage is sustained and top-notch. + +## Members + +- [snitin315](https://github.com/snitin315) - + **Nitin Kumar** <> (he/him) +- [thelarkinn](https://github.com/thelarkinn) - + **Sean Larkin** <> (he/him) +- [jhnns](https://github.com/jhnns) - + **Johannes Ewald** <> +- [sokra](https://github.com/sokra) - + **Tobias Koppers** <> +- [spacek33z](https://github.com/spacek33z) - + **Kees Kluskens** <> + +## Communication + +Meetings are hosted on an as-needed basis and private discussions are held in the #core-wg channel. For public feedback and communication, please use an appropriate channel within the webpack discord (e.g `#development-general`). + +## Resources + +- https://github.com/webpack +- https://github.com/webpack/governance + +## Reporting & Updates + +- The working group can choose to involve the webpack TSC for feedback and updates, but has full autonomy of making changes to any codebase within webpack.