-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documenting sub-teams as YAML files (and verified using a JSON Schema) #147
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I haven't so far checked all the members based on existing teams FWIW, but just wanted to be clear that not all the teams listed so far are actual subteams per governance policy, but some are project teams, which has a difference in that subteams act on behalf of a static charter, while project teams are dedicated to specific projects (or groups of related projects)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
communications
doesn't have a dynamic
charter, but has a static charter as shown in #81
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's listed as dynamic here: #81 (comment)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also not a dynamic charter, see the founding issue
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's listed as dynamic here: #46 (comment)
teams/static/cla-reviewers.yml
Outdated
chenghlee: https://github.com/conda/governance/issues/136 | ||
jaimergp: https://github.com/conda/governance/issues/136 | ||
jezdez: https://github.com/conda/governance/issues/136 | ||
travishathaway: https://github.com/conda/governance/issues/136 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Travis participating is a problem for the requirements
Co-authored-by: Jannis Leidel <[email protected]>
teams/dynamic/coc-committee.yml
Outdated
codeowners: null | ||
other: | ||
GitHub Account: https://github.com/conda-conduct | ||
Matrix (private): https://matrix.to/#/!jLRCFFbpabFtdYvfeO:matrix.org |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hm does this link also act as an invitation to the private channel?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, that appears to be the case, though it's tough to tell 100% since I'm already part of that channel. I opened this link in an incognito Chrome tab and it allowed me to open the channel in Element (there were also other app options offered) but as I said I'm already a member so I'm not sure if there would be some sort of block from me joining the channel otherwise.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
teams/project/builds-tools.yml
Outdated
wolfv: https://github.com/conda/conda-build/issues/4698 | ||
schuylermartin45: https://github.com/conda/governance/issues/128 | ||
emeritus: | ||
Callek: null |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Callek is no longer in the GH team but I haven't found a record of when he left the team
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kenodegard
I left the team org Monday May 6, 2024. (Jannis was cleaning up team memberships, and I didn't need it)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm also ok if you don't list me as Emeritus, I never considered myself active in the "team" and my participation in our meetings, was mainly just to hear about problems and upcoming changes.
teams/project/docs.yml
Outdated
jezdez: null | ||
tnabtaf: null |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did not find a record for either @jezdez or tnabtaf leaving this team
532c705
to
b37d3e5
Compare
- id: check-jsonschema | ||
files: ^teams/.*/.*\.ya?ml$ | ||
args: [--schemafile, teams/sub-teams-schema.json] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Verifies whether the sub-team YAMLs are valid!
I recommend enabling pre-commit CI
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Xref #156
Description
We now have a number of sub-teams and it's getting a little hard to keep track of everything. This is an attempt to create a more formalized way of documenting what the teams look like and what their responsibilities are.
Closes #86