mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 20:50:13 +01:00
We're using labels for proposals... https://github.com/carbon-language/carbon-lang/settings/access allows granting triage access for specific teams. https://github.com/organizations/carbon-language/settings/member_privileges doesn't appear to allow doing the same at the org-level. So I've decided to create a team that mirrors the org, and grants triage access. `¯\_(ツ)_/¯` I don't know that this is the right solution long-term, but for now I think it's right. Manually updating this group is slow and error-prone, so the script automates it.
64 lines
2.2 KiB
Markdown
64 lines
2.2 KiB
Markdown
# Groups
|
|
|
|
<!--
|
|
Part of the Carbon Language project, under the Apache License v2.0 with LLVM
|
|
Exceptions. See /LICENSE for license information.
|
|
SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
|
-->
|
|
|
|
These are groups used by the Carbon Language project, listed here for central
|
|
tracking.
|
|
|
|
We use a mix of:
|
|
|
|
- Groups to assist contacting key contributors on appropriate systems:
|
|
- **GitHub teams**
|
|
- **Discourse Forums groups**
|
|
- **Discord Chat roles**
|
|
- **Google groups**, usually as Google Drive ACLs. We generally won't use these
|
|
as contact lists, unless specifically mentioned. Please prefer Discourse
|
|
Forums.
|
|
|
|
## All contributors
|
|
|
|
- [GitHub organization](https://github.com/orgs/carbon-language/people)
|
|
- [GitHub team: Contributors with label access](https://github.com/orgs/carbon-language/teams/contributors-with-label-access):
|
|
Mirrors the GitHub organization for write access.
|
|
[Manually updated](/src/scripts/update-label-access.js).
|
|
- [Discourse Forums account](https://forums.carbon-lang.dev)
|
|
- [Discord Chat access](https://discord.com/app)
|
|
- [Google group](https://groups.google.com/g/carbon-lang-contributors): Grants
|
|
Google Drive access.
|
|
|
|
## Team-specific access
|
|
|
|
Any team-specific access will typically be managed by a team owner or admin,
|
|
when somebody joins the respective team.
|
|
|
|
### Admins
|
|
|
|
- [GitHub owners](https://github.com/orgs/carbon-language/people?query=role%3Aowner)
|
|
- [Discourse Forums group](https://forums.carbon-lang.dev/g/admins)
|
|
- Discord Chat role: admin
|
|
|
|
### Conduct team
|
|
|
|
For most purposes, the Core team should be contacted about conduct issues.
|
|
|
|
- [Google group](https://groups.google.com/g/carbon-lang-conduct-team):
|
|
Primarily a contact list.
|
|
|
|
### Core team
|
|
|
|
- [GitHub team](https://github.com/orgs/carbon-language/teams/core-team)
|
|
- [Discourse Forums group](https://forums.carbon-lang.dev/g/core_team)
|
|
- Discord Chat role: core-team
|
|
|
|
### Review managers
|
|
|
|
- [GitHub team](https://github.com/orgs/carbon-language/teams/review-managers)
|
|
- [Discourse Forums group](https://forums.carbon-lang.dev/g/review_managers)
|
|
- Discord Chat role: review-managers
|
|
- [Google group](https://groups.google.com/g/carbon-lang-review-managers):
|
|
Grants Google Drive access.
|