summaryrefslogtreecommitdiff
path: root/generator/committee_readme.tmpl
AgeCommit message (Collapse)Author
2021-12-02Add note about calendar invites to templatesEddie Zaneski
Signed-off-by: Eddie Zaneski <eddiezane@gmail.com>
2021-03-09generator: make subproject owners links usefulAaron Crickenberger
reduce the visual noise, and make the links go to githubs UI so: https://raw.githubusercontent.com/org/repo/branch/path/to/OWNERS becomes: - link text: org/repo/path/to - link target: https://github.com/org/repo/blob/branch/path/to/ORWNERS note: this does assume/imply we don't need to model the complexity of subprojects owning different branches... but, we haven't found a reason to do so in 5 years, seems a safe assumption
2021-01-20generator: support liaisons in sigs.yamlNikhita Raghunath
2019-08-08Make subprojects linkable, move github teams under contactsAaron Crickenberger
This commit only contains the generator changes for easier review The bulleted list of subprojects makes it impossible to link someone to specific info for a given subproject. Now, instead of linking someone to sig-testing#subprojects and asking them to scroll, I link them directly to sig-testing#kind. While I was at this, I made the main SIG/WG/UG/Committee contact info format match what is used for subprojects, specifically: - display the slack channel name - list github teams as part of contact info instead of in a table - use - instead of * for bullets I also removed subproject rendering from WGs, since WGs cannot own code, and added a link to the governance definition of what a subproject is.
2019-03-19generator: add subprojects for committeesNikhita Raghunath
2019-03-15generator: add support for committeesNikhita Raghunath
Since committees can have private mailing lists, this commit also adds a new field for specifying private mailing lists in the "Contacts" section.