Skip to content

Commit 75e8013

Browse files
authored
Merge pull request #6358 from cblecker/ar-gen-followup
Annual Report generator followup
2 parents 02e8aaf + 6b4b654 commit 75e8013

File tree

3 files changed

+26
-7
lines changed

3 files changed

+26
-7
lines changed

generator/README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,23 @@ make WHAT=container-identity
6767

6868
where the `WHAT` var refers to the directory being built.
6969

70+
71+
To generate the annual report template for a specific year:
72+
73+
```bash
74+
make ANNUAL_REPORT=true
75+
```
76+
77+
This will generate the annual report template for the previous year, as well as
78+
drop GitHub issue templates into the `generator/generated/` directory.
79+
80+
You can generate the issues from these templates by running:
81+
82+
```bash
83+
ls -1 generator/generated/*.md | xargs -L1 hub issue create -F
84+
```
85+
86+
7087
## Adding custom content
7188

7289
### README

generator/annual-report/github_issue.tmpl

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,13 @@ Actions for the chair/organizer of the community group:
1414
Once all the above items are complete, this issue may be `/close`'d
1515

1616
Key dates:
17-
- Initial PR to communtiy repo should be opened by March 1st, {{now.UTC.Year}}
18-
- PR should be reviewed and merged by April 1st, {{now.UTC.Year}}
17+
- Initial PR to communtiy repo should be opened by February 14, {{now.UTC.Year}}
18+
- PR should be reviewed and merged by March 1st, {{now.UTC.Year}}
1919

2020
More detailed information on the annual reports process is available [here](https://git.k8s.io/community/committee-steering/governance/annual-reports.md).
2121

22+
Your group's report template is available here: https://git.k8s.io/community/{{.Dir}}/annual-report-{{lastYear}}.md
23+
2224
If you have any questions or concerns about this process, you may reach the Steering Committee via the following methods:
2325
- Slack/E-mail your liaison directly
2426
- The public #steering-committee channel in Slack

generator/annual-report/sig_report.tmpl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
3. KEP work in {{lastYear}} (1.x, 1.y, 1.z):
1818

1919
<!--
20-
Generated from kubernetes/enhancements kep.yaml files
20+
In future, this will be generated from kubernetes/enhancements kep.yaml files
2121
1. with SIG as owning-sig or in participating-sigs
2222
2. listing 1.x, 1.y, or 1.z in milestones or in latest-milestone
2323
-->
@@ -75,15 +75,15 @@ Generated from kubernetes/enhancements kep.yaml files
7575
- Primary mailing list member count:
7676
- Primary meeting attendee count (estimated, if needed):
7777
- Primary meeting participant count (estimated, if needed):
78-
- Unique reviewers for SIG-owned packages: {generated from OWNERS files referenced from subprojects, expanded with OWNERS_ALIASES files}
79-
- Unique approvers for SIG-owned packages: {generated from OWNERS files referenced from subprojects, expanded with OWNERS_ALIASES files}
78+
- Unique reviewers for SIG-owned packages: <!-- in future, this will be generated from OWNERS files referenced from subprojects, expanded with OWNERS_ALIASES files -->
79+
- Unique approvers for SIG-owned packages: <!-- in future, this will be generated from OWNERS files referenced from subprojects, expanded with OWNERS_ALIASES files -->
8080

8181
Include any other ways you measure group membership
8282

8383
## Subprojects
8484

8585
<!--
86-
Generated from delta of sigs.yaml from $YYYY-01-01 to $YYYY-12-31
86+
In future, this will be generated from delta of sigs.yaml from $YYYY-01-01 to $YYYY-12-31
8787
Manually visible via `git diff HEAD@{$YYYY-01-01} HEAD@{$YYYY-12-31} -- $sig-id/README.md`
8888
-->
8989

@@ -102,7 +102,7 @@ Continuing:
102102
## Working groups
103103

104104
<!--
105-
Generated from delta of sigs.yaml from $YYYY-01-01 to $YYYY-12-31
105+
In future, this will be generated from delta of sigs.yaml from $YYYY-01-01 to $YYYY-12-31
106106
Manually visible via `git diff HEAD@{$YYYY-01-01} HEAD@{$YYYY-12-31} -- $sig-id/README.md`
107107
-->
108108

0 commit comments

Comments
 (0)