-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Docs: Add working groups to maintainer guide (#11400)
* Docs; Add working groups to maintainer guide * Fix wording and URL * Update working groups docs
- Loading branch information
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Working Groups | ||
|
||
The ESLint TSC may form working groups to focus on a specific area of the project. | ||
|
||
## Creating a Working Group | ||
|
||
Working groups are created by sending an email to the team mailing list. Each working group: | ||
|
||
1. Must have a GitHub team under the "ESLint Team" top-level GitHub team. (The GitHub team name should end with "WG" to distinguish it from other types of teams.) | ||
1. Must have at least one TSC member. | ||
1. May have any number of Committers and Reviewers. | ||
1. Must have at least two members. | ||
|
||
Active working groups are listed on the [team page](https://eslint.org/team). | ||
|
||
## How Working Groups Work | ||
|
||
Each working group is responsible for its own inner working. Working groups can decide how large or small they should be (so long as there is at least two members), when and who to add or remove from the working group, and how to accomplish their objectives. | ||
|
||
Working groups may be temporary or permanent. | ||
|
||
If working groups intend to make a significant change to the ESLint project, the proposal must still be approved by the TSC. |