Skip to content

Commit f0d5255

Browse files
authored
Merge pull request #8138 from BenTheElder/email
add email to lead metadata
2 parents 1970492 + f654e85 commit f0d5255

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

generator/app.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,10 @@ type Person struct {
217217
GitHub string
218218
Name string
219219
Company string `yaml:"company,omitempty"`
220+
// NOTE: this isn't displayed in the markdown files by design
221+
// We collect this info for purposes like the [email protected] list
222+
// You should reach out to SIGs via the group mailinglists, slack, and github
223+
Email string `yaml:"email,omitempty"`
220224
}
221225

222226
// Meeting represents a regular meeting for a group.

sigs.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1933,6 +1933,7 @@ sigs:
19331933
- github: BenTheElder
19341934
name: Benjamin Elder
19351935
company: Google
1936+
19361937
- github: ameukam
19371938
name: Arnaud Meukam
19381939
company: Independent
@@ -3017,6 +3018,7 @@ sigs:
30173018
- github: BenTheElder
30183019
name: Benjamin Elder
30193020
company: Google
3021+
30203022
- github: alvaroaleman
30213023
name: Alvaro Aleman
30223024
company: Red Hat

0 commit comments

Comments
 (0)