summaryrefslogtreecommitdiff
path: root/generator/app.go
diff options
context:
space:
mode:
authorChristoph Blecker <admin@toph.ca>2018-06-14 10:26:39 -0700
committerChristoph Blecker <admin@toph.ca>2018-06-14 10:26:39 -0700
commit8b2a2601fb23b472b1a5c1049f54d06921af9841 (patch)
treef408163efab2c99d35a4afb2dc9af72f461545e4 /generator/app.go
parent99e4e741f8c488e427e6b8398b0cf55c6c8ad306 (diff)
Add field to define a link to the SIG's charter
Diffstat (limited to 'generator/app.go')
-rw-r--r--generator/app.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/generator/app.go b/generator/app.go
index 30c7ba47..a75e2b8c 100644
--- a/generator/app.go
+++ b/generator/app.go
@@ -103,7 +103,8 @@ type LeadershipGroup struct {
type Group struct {
Name string
Dir string
- MissionStatement string `yaml:"mission_statement"`
+ MissionStatement string `yaml:"mission_statement,omitempty"`
+ CharterLink string `yaml:"charter_link,omitempty"`
Label string
Leadership LeadershipGroup `yaml:"leadership"`
Meetings []Meeting