Skip to content

Commit 62432c1

Browse files
committed
support email field in sigs.yaml
1 parent 202e835 commit 62432c1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-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.

0 commit comments

Comments
 (0)