-
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.
New translations governance.md (Portuguese, Brazilian)
chore: synced translations from crowdin
- Loading branch information
1 parent
bdde3e0
commit 48e4d03
Showing
1 changed file
with
18 additions
and
11 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,39 @@ | ||
--- | ||
title: Project Governance | ||
title: Governança do projeto | ||
layout: about | ||
--- | ||
|
||
# Governança do Projeto | ||
|
||
## Processo de Busca por Consenso | ||
|
||
The Node.js project follows a [Consensus Seeking][] decision making model. | ||
O projeto Node.js segue um modelo de tomada de decisão \[Consenso Seeking]\[]. | ||
|
||
## Collaborators | ||
## Colaboradores | ||
|
||
Individuals making significant and valuable contributions are made Collaborators | ||
and given commit-access to the project. These individuals are identified by the | ||
TSC and their nomination is discussed with the existing Collaborators. | ||
|
||
|
||
Indivíduos que fazem contribuições significativas e valiosas são feitos Colaboradores | ||
e dados o commit-access ao projeto. Essas pessoas são identificadas pelo TSC | ||
e sua nomeação é discutida com os colaboradores existentes. | ||
|
||
For the current list of Collaborators, see the project's [README.md][]. | ||
|
||
A guide for Collaborators is maintained at [collaborator-guide.md][]. | ||
Um guia para colaboradores é mantido em [collaborator-guide.md][]. | ||
|
||
## Technical Steering Committee | ||
## Comitê Técnico Diretor | ||
|
||
The project is governed by the [Technical Steering Committee (TSC)][] | ||
which is responsible for high-level guidance of the project. | ||
O projeto é regido pelo \[Comité Técnico de Direção (TSC)]\[] | ||
que é responsável pela orientação de alto nível do projeto. | ||
|
||
[consensus seeking]: https://pt.wikipedia.org/wiki/Consense-seeking_decision-making | ||
|
||
[consensus seeking]: https://en.wikipedia.org/wiki/Consensus-seeking_decision-making | ||
[readme.md]: https://github.com/nodejs/node/blob/main/README.md#current-project-team-members | ||
|
||
[tsc]: https://github.com/nodejs/TSC | ||
|
||
[technical steering committee (tsc)]: https://github.com/nodejs/TSC/blob/main/TSC-Charter.md | ||
|
||
[collaborator-guide.md]: https://github.com/nodejs/node/blob/main/doc/contributing/collaborator-guide.md | ||
|
||
[nodejs/node]: https://github.com/nodejs/node |