-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
meta: web team and responsibilities (#5779)
* meta: web team and responsibilities * Update GOVERNANCE.md Co-authored-by: Matt Cowley <[email protected]> Signed-off-by: Brian Muenzenmeyer <[email protected]> * Update GOVERNANCE.md Signed-off-by: Brian Muenzenmeyer <[email protected]> * Update GOVERNANCE.md Signed-off-by: Brian Muenzenmeyer <[email protected]> * Update GOVERNANCE.md Co-authored-by: Matt Cowley <[email protected]> Signed-off-by: Brian Muenzenmeyer <[email protected]> * Update GOVERNANCE.md Co-authored-by: Matt Cowley <[email protected]> Signed-off-by: Brian Muenzenmeyer <[email protected]> * Update GOVERNANCE.md Co-authored-by: Matt Cowley <[email protected]> Signed-off-by: Brian Muenzenmeyer <[email protected]> * Update GOVERNANCE.md Co-authored-by: Matt Cowley <[email protected]> Signed-off-by: Brian Muenzenmeyer <[email protected]> * Update GOVERNANCE.md Co-authored-by: Matt Cowley <[email protected]> Signed-off-by: Brian Muenzenmeyer <[email protected]> * Update GOVERNANCE.md Co-authored-by: Matt Cowley <[email protected]> Signed-off-by: Brian Muenzenmeyer <[email protected]> * Update GOVERNANCE.md Co-authored-by: Matt Cowley <[email protected]> Signed-off-by: Brian Muenzenmeyer <[email protected]> * Update GOVERNANCE.md Co-authored-by: Matt Cowley <[email protected]> Signed-off-by: Brian Muenzenmeyer <[email protected]> * Update GOVERNANCE.md Co-authored-by: Matt Cowley <[email protected]> Signed-off-by: Brian Muenzenmeyer <[email protected]> * Update GOVERNANCE.md Co-authored-by: Matt Cowley <[email protected]> Signed-off-by: Claudio W <[email protected]> * Update GOVERNANCE.md Signed-off-by: Claudio W <[email protected]> * Update CODEOWNERS Signed-off-by: Claudio W <[email protected]> * Update CODEOWNERS Signed-off-by: Claudio W <[email protected]> * Update CODEOWNERS Signed-off-by: Claudio W <[email protected]> * Update GOVERNANCE.md Signed-off-by: Brian Muenzenmeyer <[email protected]> * Update CODEOWNERS Signed-off-by: Claudio W <[email protected]> * Update GOVERNANCE.md Co-authored-by: Matt Cowley <[email protected]> Signed-off-by: Brian Muenzenmeyer <[email protected]> * chore(GOVERNANCE): added more ux team examples * Update GOVERNANCE.md Co-authored-by: Michael Esteban <[email protected]> Signed-off-by: Brian Muenzenmeyer <[email protected]> * Apply suggestions from code review Co-authored-by: Matt Cowley <[email protected]> Signed-off-by: Claudio W <[email protected]> --------- Signed-off-by: Brian Muenzenmeyer <[email protected]> Signed-off-by: Claudio W <[email protected]> Co-authored-by: Brian Muenzenmeyer <[email protected]> Co-authored-by: Matt Cowley <[email protected]> Co-authored-by: Michael Esteban <[email protected]>
- Loading branch information
1 parent
5fdaf73
commit 4dcc61f
Showing
5 changed files
with
67 additions
and
6 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
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 |
---|---|---|
@@ -1,8 +1,22 @@ | ||
# Default rules | ||
# Website Development | ||
* @nodejs/nodejs-website | ||
|
||
* @nodejs/website | ||
# Infrastructure | ||
.github @nodejs/web-infra | ||
.husky @nodejs/web-infra | ||
|
||
# Node.js Release Blog Posts | ||
# Framework | ||
next.config.mjs @nodejs/web-infra | ||
next.dynamic.mjs @nodejs/web-infra | ||
|
||
# Node.js Release Blog Posts | ||
/pages/en/blog/release @nodejs/releasers | ||
/pages/en/blog/announcements @nodejs/releasers | ||
|
||
# Node.js Core Guides | ||
/pages/en/guides @nodejs/collaborators | ||
|
||
# Governance | ||
GOVERNANCE.md @nodejs/web | ||
CONTRIBUTING.md @nodejs/web | ||
COLLABORATOR_GUIDE.md @nodejs/web |
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
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,47 @@ | ||
# Node.js Web Team Governance | ||
|
||
The Node.js Web Team (@nodejs/web) is a team in the Node.js Project that is composed by a set of subteams. Each containing specific responsibilities and goals. | ||
|
||
### Node.js Website Team (`@nodejs/nodejs-website`) | ||
|
||
The Node.js Website Team is responsible for the day-to-day technical development of the Node.js Website. This is primarily the development of the website itself, adding new features, pages and components, but also fixing any security issues in the website code, handling operational maintenance, and so on. | ||
|
||
The maintainers on the Node.js Website Team are responsible for steering the technical direction of the Node.js Website, and reserve the right to make final decisions on any issues or pull requests, in line with the Contribution Guidelines, Collaborator Guidelines, the Code of Conduct and the overall Governance premises of the Node.js project. | ||
|
||
Members of this team are nominated through the guidelines provided in the Collaborator Guidelines within this repository. | ||
|
||
### Node.js Web Infra Team (`@nodejs/web-infra`) | ||
|
||
The Node.js Web Infra Team is responsible for maintaining the Infrastructure relating to Node.js's Web Presence. The Node.js Web Infra team has the responsibilities of: | ||
|
||
- Maintaining CI/CD pipelines related to Web Infrastructure | ||
- Maintaining our Infrastructure Providers\* | ||
- Have technical ownership on best-standards and best-practices for our Web Infrastructure (such as Web Frameworks that we use) | ||
|
||
Web Infra Team members should have access to be able to maintain the services mentioned above. | ||
|
||
Members of this team are nominated either by the Node.js Technical Steering Committee (TSC) or the Node.js Build WG and follow the guidelines provided in the Collaborator Guidelines of the Node.js Build WG. Note that members of the Node.js Web Team might also recommend people for nomination. | ||
|
||
\* This team has access to infrastructure providers directly related to the Website only, such as Vercel. Other providers that are shared beyond the Website may be controlled by other teams (for example, the Node.js Build WG owns Cloudflare). | ||
|
||
### Node.js Web Standards Team (`@nodejs/web-standards`) | ||
|
||
The Node.js Web Standards Team is composed of Node.js Collaborators and External Collaborators that have extensive experience or expertisè on Web Standards, such as Ecma262. The Standards Team is responsible for guiding and serving as points of contact when either Node.js Collaborators, the Node.js Technical Steering Committee (TSC), or the Web Team, requires assistance or guidance regarding Web Standards. | ||
|
||
Members of this team are nominated by the Node.js Technical Steering Committee (TSC). Note that members of the Node.js Web Team might also recommend people for nomination. | ||
|
||
### Node.js UX & Design Team (`@nodejs/ux-and-design`) | ||
|
||
The Node.js UX & Design Team is composed of Node.js Collaborators and External Collaborators that have experience or expertisè with UX & Design. The UX & Design Team is responsible for guiding and serving as points of contact when members of the Node.js Web Team require assistance or guidance regarding UX & Design. | ||
|
||
Often members of this team will collaborate on providing best practices and guidelines for the Node.js Website, on matters of UX & Design. Members of this team are also responsible for providing feedback on the Node.js Website, and providing feedback on the Node.js Website's design. (For example, when a discussion arises regarding best practices on topics such as CSS, accessibility, UX flows and intent, or component design, the UX & Design Team has a say on the matter). | ||
|
||
Members of this team are nominated by the Node.js Technical Steering Committee (TSC). Note that members of the Node.js Web Team might also recommend people for nomination. | ||
|
||
## The Interoperability of the Node.js Web Team | ||
|
||
As seen above, the different teams under the Node.js Web Team umbrella are responsible for having the oversight on different aspects of Node.js's Web-related projects. However, it is important to note that the Node.js Web Team is not a set of siloed teams, but rather a set of teams that work together to achieve the same goal: Providing the best Web Experience for Node.js. | ||
|
||
Following this line of thought, the Web Infra Team is responsible for the technical aspects of the Node.js Website (Infrastructure, Framework, CI/CD, etc); The Website Team is responsible for the day-to-day development of the Node.js Website; The UX and Design Team advise on Design Matters and the Web Standards Team advise on best-practices for Web APIs and Web Technologies/Standards. | ||
|
||
But above all, the Web Team should work together to better the Web Experience for Node.js, aiming to provide the best experience for Node.js users. |