summaryrefslogtreecommitdiff
path: root/generator/sig_readme.tmpl
AgeCommit message (Collapse)Author
2022-01-27Link to working groups from SIG readmesJordan Liggitt
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-10-05generator: remove company for emeritus_leads from templatesNikhita 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-20Make subproject contacts optional, nest in displayAaron Crickenberger
2019-03-20Add contact (slack, mailing_list, teams) to subprojectsAaron Crickenberger
Demonstrate by adding slack channels for sig-testing subprojects that already have their own slack channels Add a GitHub team related to conformance to sig-arch's conformance definition subproject GitHub teams as implemented now are very kubernetes-org centric, I'm not trying to change that here, would suggest a followup change to allow for the use of github teams in other orgs (like kubernetes-sigs)
2018-11-02trim whitespace around sub-project descriptionsMike Danese
so block descriptions look the same as inline descriptions.
2018-08-30generator: remove google groups note from all SIG READMEsNikhita Raghunath
2018-08-08Remove google groups links from SIG readmesAaron Crickenberger
2018-06-14Add field to define a link to the SIG's charterChristoph Blecker
2018-03-14Modify generator to support chairs/tech leadsChristoph Blecker
2018-02-09Update sig-auth leadsJordan Liggitt
2018-02-07update subprojects based on review commentsAaron Crickenberger
2018-02-07Add strawman implementation of subprojectsAaron Crickenberger
A subproject is a one-to-many mapping of a name to a list of OWNERS urls. This allows for a subproject to be a single repo (eg: helm), or a subproject to be a list of multiple subdirectories across one or more repos (eg: workloads api) SIG meetings dedicated to a single subproject moved down to subproject meetings
2018-01-24Modify sig docs generator to handle multiple meetingsChristoph Blecker
2018-01-18generator: add google groups for github teamsNikhita Raghunath
2017-11-26Use teams array to generate Github Team listChristoph Blecker
2017-11-06Make time zone explicitJoe Beda
2017-10-31Add link to open community issues/PRsChristoph Blecker
2017-10-31Only display URLs if presentChristoph Blecker
2017-08-23Display github handle for sig leadsChristoph Blecker
2017-08-23Fix whitespace issue with templateChristoph Blecker
2017-08-17Add meeting recording links in generatorshashidharatd
2017-07-14Remove duplicationJamie Hannaford