Skip to content

Commit 34d0c59

Browse files
committed
Add annual report templates for 2021
1 parent 75e8013 commit 34d0c59

File tree

34 files changed

+4035
-26
lines changed

34 files changed

+4035
-26
lines changed

generator/annual-report/sig_report.tmpl

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@ In future, this will be generated from kubernetes/enhancements kep.yaml files
2323
-->
2424

2525
- Stable
26-
- [$kep-number - $title](https://git.k8s.io/community/$link/README.md) - $milestone.stable
27-
- [$kep-number - $title](https://git.k8s.io/community/$link/README.md) - $milestone.stable
26+
- [$kep-number - $title](https://git.k8s.io/community/$link/README.md) - $milestone.stable
27+
- [$kep-number - $title](https://git.k8s.io/community/$link/README.md) - $milestone.stable
2828
- Beta
29-
- [$kep-number - $title](https://git.k8s.io/community/$link/README.md) - $milestone.beta
30-
- [$kep-number - $title](https://git.k8s.io/community/$link/README.md) - $milestone.beta
29+
- [$kep-number - $title](https://git.k8s.io/community/$link/README.md) - $milestone.beta
30+
- [$kep-number - $title](https://git.k8s.io/community/$link/README.md) - $milestone.beta
3131
- Alpha
32-
- [$kep-number - $title](https://git.k8s.io/community/$link/README.md) - $milestone.alpha
33-
- [$kep-number - $title](https://git.k8s.io/community/$link/README.md) - $milestone.alpha
32+
- [$kep-number - $title](https://git.k8s.io/community/$link/README.md) - $milestone.alpha
33+
- [$kep-number - $title](https://git.k8s.io/community/$link/README.md) - $milestone.alpha
3434
- Pre-alpha
35-
- [$kep-number - $title](https://git.k8s.io/community/$link/README.md)
35+
- [$kep-number - $title](https://git.k8s.io/community/$link/README.md)
3636

3737
## Project health
3838

@@ -122,16 +122,16 @@ Continuing:
122122

123123
Operational tasks in [sig-governance.md]:
124124

125-
[ ] [README.md] reviewed for accuracy and updated if needed
126-
[ ] [CONTRIBUTING.md] reviewed for accuracy and updated if needed
127-
(or created if missing and your contributor steps and experience are different or more
128-
in-depth than the documentation listed in the general [contributor guide] and [devel] folder.)
129-
[ ] Subprojects list and linked OWNERS files in [sigs.yaml] reviewed for accuracy and updated if needed
130-
[ ] SIG leaders (chairs, tech leads, and subproject owners) in [sigs.yaml] are accurate and active, and updated if needed
131-
[ ] Meeting notes and recordings for {{lastYear}} are linked from [README.md] and updated/uploaded if needed
132-
[ ] Did you have community-wide updates in {{lastYear}} (e.g. community meetings, kubecon, or kubernetes-dev@ emails)? Links to email, slides, or recordings:
133-
-
134-
-
125+
- [ ] [README.md] reviewed for accuracy and updated if needed
126+
- [ ] [CONTRIBUTING.md] reviewed for accuracy and updated if needed
127+
(or created if missing and your contributor steps and experience are different or more
128+
in-depth than the documentation listed in the general [contributor guide] and [devel] folder.)
129+
- [ ] Subprojects list and linked OWNERS files in [sigs.yaml] reviewed for accuracy and updated if needed
130+
- [ ] SIG leaders (chairs, tech leads, and subproject owners) in [sigs.yaml] are accurate and active, and updated if needed
131+
- [ ] Meeting notes and recordings for {{lastYear}} are linked from [README.md] and updated/uploaded if needed
132+
- [ ] Did you have community-wide updates in {{lastYear}} (e.g. community meetings, kubecon, or kubernetes-dev@ emails)? Links to email, slides, or recordings:
133+
-
134+
-
135135

136136
[CONTRIBUTING.md]: https://git.k8s.io/community/{{.Dir}}/CONTRIBUTING.md
137137
[contributor ladder]: https://git.k8s.io/community/community-membership.md

generator/annual-report/wg_report.tmpl

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,15 @@ Include any other ways you measure group membership
4646

4747
Operational tasks in [wg-governance.md]:
4848

49-
[ ] [README.md] reviewed for accuracy and updated if needed
50-
[ ] WG leaders in [sigs.yaml] are accurate and active, and updated if needed
51-
[ ] Meeting notes and recordings for {{lastYear}} are linked from [README.md] and updated/uploaded if needed
52-
[ ] Updates provided to sponsoring SIGs in {{lastYear}}
53-
- [$sig-name](https://git.k8s.io/community/$sig-id/)
54-
- links to email, meeting notes, slides, or recordings, etc
55-
- [$sig-name](https://git.k8s.io/community/$sig-id/)
56-
- links to email, meeting notes, slides, or recordings, etc
57-
-
49+
- [ ] [README.md] reviewed for accuracy and updated if needed
50+
- [ ] WG leaders in [sigs.yaml] are accurate and active, and updated if needed
51+
- [ ] Meeting notes and recordings for {{lastYear}} are linked from [README.md] and updated/uploaded if needed
52+
- [ ] Updates provided to sponsoring SIGs in {{lastYear}}
53+
- [$sig-name](https://git.k8s.io/community/$sig-id/)
54+
- links to email, meeting notes, slides, or recordings, etc
55+
- [$sig-name](https://git.k8s.io/community/$sig-id/)
56+
- links to email, meeting notes, slides, or recordings, etc
57+
-
5858

5959
[wg-governance.md]: https://git.k8s.io/community/committee-steering/governance/wg-governance.md
6060
[README.md]: https://git.k8s.io/community/{{.Dir}}/README.md
Lines changed: 143 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,143 @@
1+
# 2021 Annual Report: SIG API Machinery
2+
3+
## Current initiatives
4+
5+
1. What work did the SIG do this year that should be highlighted?
6+
7+
-
8+
-
9+
-
10+
11+
2. What initiatives are you working on that aren't being tracked in KEPs?
12+
13+
-
14+
-
15+
-
16+
17+
3. KEP work in 2021 (1.x, 1.y, 1.z):
18+
19+
<!--
20+
In future, this will be generated from kubernetes/enhancements kep.yaml files
21+
1. with SIG as owning-sig or in participating-sigs
22+
2. listing 1.x, 1.y, or 1.z in milestones or in latest-milestone
23+
-->
24+
25+
- Stable
26+
- [$kep-number - $title](https://git.k8s.io/community/$link/README.md) - $milestone.stable
27+
- [$kep-number - $title](https://git.k8s.io/community/$link/README.md) - $milestone.stable
28+
- Beta
29+
- [$kep-number - $title](https://git.k8s.io/community/$link/README.md) - $milestone.beta
30+
- [$kep-number - $title](https://git.k8s.io/community/$link/README.md) - $milestone.beta
31+
- Alpha
32+
- [$kep-number - $title](https://git.k8s.io/community/$link/README.md) - $milestone.alpha
33+
- [$kep-number - $title](https://git.k8s.io/community/$link/README.md) - $milestone.alpha
34+
- Pre-alpha
35+
- [$kep-number - $title](https://git.k8s.io/community/$link/README.md)
36+
37+
## Project health
38+
39+
1. What areas and/or subprojects does your group need the most help with?
40+
Any areas with 2 or fewer OWNERs? (link to more details)
41+
42+
-
43+
-
44+
-
45+
46+
2. What metrics/community health stats does your group care about and/or measure?
47+
48+
-
49+
-
50+
-
51+
52+
3. Does your [CONTRIBUTING.md] help **new** contributors engage with your group specifically by pointing
53+
to activities or programs that provide useful context or allow easy participation?
54+
55+
-
56+
57+
4. If your group has special training, requirements for reviewers/approvers, or processes beyond the general [contributor guide],
58+
does your [CONTRIBUTING.md] document those to help **existing** contributors grow throughout the [contributor ladder]?
59+
60+
-
61+
62+
5. Does the group have contributors from multiple companies/affiliations?
63+
64+
-
65+
66+
6. Are there ways end users/companies can contribute that they currently are not?
67+
If one of those ways is more full time support, what would they work on and why?
68+
69+
-
70+
-
71+
72+
## Membership
73+
74+
- Primary slack channel member count:
75+
- Primary mailing list member count:
76+
- Primary meeting attendee count (estimated, if needed):
77+
- Primary meeting participant count (estimated, if needed):
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 -->
80+
81+
Include any other ways you measure group membership
82+
83+
## Subprojects
84+
85+
<!--
86+
In future, this will be generated from delta of sigs.yaml from $YYYY-01-01 to $YYYY-12-31
87+
Manually visible via `git diff HEAD@{$YYYY-01-01} HEAD@{$YYYY-12-31} -- $sig-id/README.md`
88+
-->
89+
90+
New in $YYYY:
91+
- [$subproject-name](https://git.k8s.io/community/$sig-id#$subproject-name)
92+
-
93+
94+
Retired in $YYYY:
95+
- [$subproject-name](https://git.k8s.io/community/$sig-id#$subproject-name)
96+
-
97+
98+
Continuing:
99+
- [$subproject-name](https://git.k8s.io/community/$sig-id#$subproject-name)
100+
-
101+
102+
## Working groups
103+
104+
<!--
105+
In future, this will be generated from delta of sigs.yaml from $YYYY-01-01 to $YYYY-12-31
106+
Manually visible via `git diff HEAD@{$YYYY-01-01} HEAD@{$YYYY-12-31} -- $sig-id/README.md`
107+
-->
108+
109+
New in $YYYY:
110+
- [$wg-name](https://git.k8s.io/community/$wg-id/) ([$YYYY report](https://git.k8s.io/community/$wg-id/annual-report-$YYYY.md))
111+
-
112+
113+
Retired in $YYYY:
114+
- [$wg-name](https://git.k8s.io/community/$wg-id/) ([$YYYY report](https://git.k8s.io/community/$wg-id/annual-report-$YYYY.md))
115+
-
116+
117+
Continuing:
118+
- [$wg-name](https://git.k8s.io/community/$wg-id/) ([$YYYY report](https://git.k8s.io/community/$wg-id/annual-report-$YYYY.md))
119+
-
120+
121+
## Operational
122+
123+
Operational tasks in [sig-governance.md]:
124+
125+
- [ ] [README.md] reviewed for accuracy and updated if needed
126+
- [ ] [CONTRIBUTING.md] reviewed for accuracy and updated if needed
127+
(or created if missing and your contributor steps and experience are different or more
128+
in-depth than the documentation listed in the general [contributor guide] and [devel] folder.)
129+
- [ ] Subprojects list and linked OWNERS files in [sigs.yaml] reviewed for accuracy and updated if needed
130+
- [ ] SIG leaders (chairs, tech leads, and subproject owners) in [sigs.yaml] are accurate and active, and updated if needed
131+
- [ ] Meeting notes and recordings for 2021 are linked from [README.md] and updated/uploaded if needed
132+
- [ ] Did you have community-wide updates in 2021 (e.g. community meetings, kubecon, or kubernetes-dev@ emails)? Links to email, slides, or recordings:
133+
-
134+
-
135+
136+
[CONTRIBUTING.md]: https://git.k8s.io/community/sig-api-machinery/CONTRIBUTING.md
137+
[contributor ladder]: https://git.k8s.io/community/community-membership.md
138+
[sig-governance.md]: https://git.k8s.io/community/committee-steering/governance/sig-governance.md
139+
[README.md]: https://git.k8s.io/community/sig-api-machinery/README.md
140+
[sigs.yaml]: https://git.k8s.io/community/sigs.yaml
141+
[contributor guide]: https://git.k8s.io/community/contributors/guide/README.md
142+
[devel]: https://git.k8s.io/community/contributors/devel/README.md
143+

sig-apps/annual-report-2021.md

Lines changed: 143 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,143 @@
1+
# 2021 Annual Report: SIG Apps
2+
3+
## Current initiatives
4+
5+
1. What work did the SIG do this year that should be highlighted?
6+
7+
-
8+
-
9+
-
10+
11+
2. What initiatives are you working on that aren't being tracked in KEPs?
12+
13+
-
14+
-
15+
-
16+
17+
3. KEP work in 2021 (1.x, 1.y, 1.z):
18+
19+
<!--
20+
In future, this will be generated from kubernetes/enhancements kep.yaml files
21+
1. with SIG as owning-sig or in participating-sigs
22+
2. listing 1.x, 1.y, or 1.z in milestones or in latest-milestone
23+
-->
24+
25+
- Stable
26+
- [$kep-number - $title](https://git.k8s.io/community/$link/README.md) - $milestone.stable
27+
- [$kep-number - $title](https://git.k8s.io/community/$link/README.md) - $milestone.stable
28+
- Beta
29+
- [$kep-number - $title](https://git.k8s.io/community/$link/README.md) - $milestone.beta
30+
- [$kep-number - $title](https://git.k8s.io/community/$link/README.md) - $milestone.beta
31+
- Alpha
32+
- [$kep-number - $title](https://git.k8s.io/community/$link/README.md) - $milestone.alpha
33+
- [$kep-number - $title](https://git.k8s.io/community/$link/README.md) - $milestone.alpha
34+
- Pre-alpha
35+
- [$kep-number - $title](https://git.k8s.io/community/$link/README.md)
36+
37+
## Project health
38+
39+
1. What areas and/or subprojects does your group need the most help with?
40+
Any areas with 2 or fewer OWNERs? (link to more details)
41+
42+
-
43+
-
44+
-
45+
46+
2. What metrics/community health stats does your group care about and/or measure?
47+
48+
-
49+
-
50+
-
51+
52+
3. Does your [CONTRIBUTING.md] help **new** contributors engage with your group specifically by pointing
53+
to activities or programs that provide useful context or allow easy participation?
54+
55+
-
56+
57+
4. If your group has special training, requirements for reviewers/approvers, or processes beyond the general [contributor guide],
58+
does your [CONTRIBUTING.md] document those to help **existing** contributors grow throughout the [contributor ladder]?
59+
60+
-
61+
62+
5. Does the group have contributors from multiple companies/affiliations?
63+
64+
-
65+
66+
6. Are there ways end users/companies can contribute that they currently are not?
67+
If one of those ways is more full time support, what would they work on and why?
68+
69+
-
70+
-
71+
72+
## Membership
73+
74+
- Primary slack channel member count:
75+
- Primary mailing list member count:
76+
- Primary meeting attendee count (estimated, if needed):
77+
- Primary meeting participant count (estimated, if needed):
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 -->
80+
81+
Include any other ways you measure group membership
82+
83+
## Subprojects
84+
85+
<!--
86+
In future, this will be generated from delta of sigs.yaml from $YYYY-01-01 to $YYYY-12-31
87+
Manually visible via `git diff HEAD@{$YYYY-01-01} HEAD@{$YYYY-12-31} -- $sig-id/README.md`
88+
-->
89+
90+
New in $YYYY:
91+
- [$subproject-name](https://git.k8s.io/community/$sig-id#$subproject-name)
92+
-
93+
94+
Retired in $YYYY:
95+
- [$subproject-name](https://git.k8s.io/community/$sig-id#$subproject-name)
96+
-
97+
98+
Continuing:
99+
- [$subproject-name](https://git.k8s.io/community/$sig-id#$subproject-name)
100+
-
101+
102+
## Working groups
103+
104+
<!--
105+
In future, this will be generated from delta of sigs.yaml from $YYYY-01-01 to $YYYY-12-31
106+
Manually visible via `git diff HEAD@{$YYYY-01-01} HEAD@{$YYYY-12-31} -- $sig-id/README.md`
107+
-->
108+
109+
New in $YYYY:
110+
- [$wg-name](https://git.k8s.io/community/$wg-id/) ([$YYYY report](https://git.k8s.io/community/$wg-id/annual-report-$YYYY.md))
111+
-
112+
113+
Retired in $YYYY:
114+
- [$wg-name](https://git.k8s.io/community/$wg-id/) ([$YYYY report](https://git.k8s.io/community/$wg-id/annual-report-$YYYY.md))
115+
-
116+
117+
Continuing:
118+
- [$wg-name](https://git.k8s.io/community/$wg-id/) ([$YYYY report](https://git.k8s.io/community/$wg-id/annual-report-$YYYY.md))
119+
-
120+
121+
## Operational
122+
123+
Operational tasks in [sig-governance.md]:
124+
125+
- [ ] [README.md] reviewed for accuracy and updated if needed
126+
- [ ] [CONTRIBUTING.md] reviewed for accuracy and updated if needed
127+
(or created if missing and your contributor steps and experience are different or more
128+
in-depth than the documentation listed in the general [contributor guide] and [devel] folder.)
129+
- [ ] Subprojects list and linked OWNERS files in [sigs.yaml] reviewed for accuracy and updated if needed
130+
- [ ] SIG leaders (chairs, tech leads, and subproject owners) in [sigs.yaml] are accurate and active, and updated if needed
131+
- [ ] Meeting notes and recordings for 2021 are linked from [README.md] and updated/uploaded if needed
132+
- [ ] Did you have community-wide updates in 2021 (e.g. community meetings, kubecon, or kubernetes-dev@ emails)? Links to email, slides, or recordings:
133+
-
134+
-
135+
136+
[CONTRIBUTING.md]: https://git.k8s.io/community/sig-apps/CONTRIBUTING.md
137+
[contributor ladder]: https://git.k8s.io/community/community-membership.md
138+
[sig-governance.md]: https://git.k8s.io/community/committee-steering/governance/sig-governance.md
139+
[README.md]: https://git.k8s.io/community/sig-apps/README.md
140+
[sigs.yaml]: https://git.k8s.io/community/sigs.yaml
141+
[contributor guide]: https://git.k8s.io/community/contributors/guide/README.md
142+
[devel]: https://git.k8s.io/community/contributors/devel/README.md
143+

0 commit comments

Comments
 (0)