81 строка
4.0 KiB
Markdown
81 строка
4.0 KiB
Markdown
# Electron Governance
|
|
|
|
The Electron governance system is comprised of Working Groups that oversee different aspects of the Electron ecosystem, and an Administrative working group that functions to resolve conflicts between them.
|
|
|
|
## Working Groups
|
|
|
|
```ascii
|
|
+----------------------------------------------------------------------------+
|
|
| Electron Governance |
|
|
| Development & Moderation |
|
|
| |
|
|
| |
|
|
| WORKING GROUPS |
|
|
| +----------------------+ +----------------------+ +----------------------+ |
|
|
| | API | | Community & Safety | | Ecosystem | |
|
|
| +----------------------+ +----------------------+ +----------------------+ |
|
|
| +----------------------+ +----------------------+ +----------------------+ |
|
|
| | Outreach | | Releases | | Security | |
|
|
| +----------------------+ +----------------------+ +----------------------+ |
|
|
| +----------------------+ +----------------------+ |
|
|
| | Upgrades | | Infrastructure | |
|
|
| +----------------------+ +----------------------+ |
|
|
+----------------------------------------------------------------------------+
|
|
```
|
|
|
|
* [API WG](wg-api)
|
|
* [Overview](wg-api/README.md)
|
|
* [Meeting Notes](wg-api/meeting-notes)
|
|
* [Community & Safety WG](wg-community-safety)
|
|
* [Overview](wg-community-safety/README.md)
|
|
* [Meeting Notes](wg-community-safety/meeting-notes)
|
|
* [Ecosystem WG](wg-ecosystem)
|
|
* [Overview](wg-ecosystem/README.md)
|
|
* [Associated Repositories](wg-ecosystem/repos.md)
|
|
* [Meeting Notes](wg-ecosystem/meeting-notes)
|
|
* [Outreach WG](wg-outreach)
|
|
* [Overview](wg-outreach/README.md)
|
|
* [Meeting Notes](wg-outreach/meeting-notes)
|
|
* [Releases WG](wg-releases)
|
|
* [Overview](wg-releases/README.md)
|
|
* [Associated Repositories](wg-releases/repos.md)
|
|
* [Meeting Notes](wg-releases/meeting-notes)
|
|
* [Security WG](wg-security)
|
|
* [Overview](wg-security/README.md)
|
|
* [Meeting Notes](wg-security/meeting-notes)
|
|
* [Upgrades WG](wg-upgrades)
|
|
* [Overview](wg-upgrades/README.md)
|
|
* [Associated Repositories](wg-upgrades/repos.md)
|
|
* [Meeting Notes](wg-upgrades/meeting-notes)
|
|
* [Infrastructure WG](wg-infra)
|
|
* [Overview](wg-infra/README.md)
|
|
* [Meeting Notes](wg-infra/meeting-notes)
|
|
* [Administrative WG](wg-administrative)
|
|
|
|
## Definitions
|
|
|
|
* A _maintainer_ is anyone who plays an active role in governance.
|
|
* A _collaborator_ is active in the community, but not in governance.
|
|
* A _participant_ is anyone who is a maintainer or collaborator.
|
|
* A _working group_ is a group of maintainers that is formed to take responsibility for certain aspects of the Electron project. Normally these groups will meet regularly but in some cases will only meet as required to fulfill their responsibilities.
|
|
* A [_chair_](charter/rotating-chair-model.md) leads a working group.
|
|
|
|
## Responsibilities
|
|
|
|
All Working Groups have these core responsibilities:
|
|
|
|
* They shall decide for themselves, and publicly post, their rules, e.g. how decisions are made, when meetings are held, and who may attend.
|
|
* They shall [select](charter/rotating-chair-model.md#chair-terms-and-selection) a chair to [represent](charter/rotating-chair-model.md#chair-responsibilities) the group.
|
|
* They shall keep meeting notes, including agenda items, discussion points, and outcomes for everyone to review.
|
|
* They shall be collaborative and work [in good faith](charter/README.md#core-values) with other Working Groups.
|
|
|
|
See [charter/README.md](./charter/README.md) for more information.
|
|
|
|
## Code of Conduct
|
|
|
|
The Electron organization and all repos therein adhere to the following [Code of Conduct](CODE_OF_CONDUCT.md).
|
|
|
|
## License
|
|
|
|
Electron is licensed with an [MIT License](https://github.com/electron/electron/blob/main/LICENSE).
|