File tree Expand file tree Collapse file tree 3 files changed +96
-0
lines changed Expand file tree Collapse file tree 3 files changed +96
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "wg-test" : {
3
+ "name" : " wg-test" ,
4
+ "kind" : " working_group" ,
5
+ "subteam_of" : " foo" ,
6
+ "members" : [],
7
+ "alumni" : [
8
+ {
9
+ "name" : " Zeroth user" ,
10
+ "github" : " user-0" ,
11
+ "github_id" : 0 ,
12
+ "is_lead" : false
13
+ },
14
+ {
15
+ "name" : " Fifth user" ,
16
+ "github" : " user-5" ,
17
+ "github_id" : 5 ,
18
+ "is_lead" : false
19
+ }
20
+ ],
21
+ "github" : null ,
22
+ "website_data" : {
23
+ "name" : " WG Test" ,
24
+ "description" : " test" ,
25
+ "page" : " wg-test" ,
26
+ "email" : null ,
27
+ "repo" : null ,
28
+ "discord" : null ,
29
+ "zulip_stream" : null ,
30
+ "matrix_room" : null ,
31
+ "weight" : 0
32
+ },
33
+ "roles" : [
34
+ {
35
+ "id" : " convener" ,
36
+ "description" : " Convener"
37
+ }
38
+ ],
39
+ "discord" : []
40
+ }
41
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " wg-test" ,
3
+ "kind" : " working_group" ,
4
+ "subteam_of" : " foo" ,
5
+ "members" : [],
6
+ "alumni" : [
7
+ {
8
+ "name" : " Zeroth user" ,
9
+ "github" : " user-0" ,
10
+ "github_id" : 0 ,
11
+ "is_lead" : false
12
+ },
13
+ {
14
+ "name" : " Fifth user" ,
15
+ "github" : " user-5" ,
16
+ "github_id" : 5 ,
17
+ "is_lead" : false
18
+ }
19
+ ],
20
+ "github" : null ,
21
+ "website_data" : {
22
+ "name" : " WG Test" ,
23
+ "description" : " test" ,
24
+ "page" : " wg-test" ,
25
+ "email" : null ,
26
+ "repo" : null ,
27
+ "discord" : null ,
28
+ "zulip_stream" : null ,
29
+ "matrix_room" : null ,
30
+ "weight" : 0
31
+ },
32
+ "roles" : [
33
+ {
34
+ "id" : " convener" ,
35
+ "description" : " Convener"
36
+ }
37
+ ],
38
+ "discord" : []
39
+ }
Original file line number Diff line number Diff line change
1
+ name = " wg-test"
2
+ kind = " working-group"
3
+ subteam-of = " foo"
4
+
5
+ [people ]
6
+ leads = []
7
+ members = []
8
+ alumni = [" user-0" , " user-5" ]
9
+
10
+ [[roles ]]
11
+ id = " convener"
12
+ description = " Convener"
13
+
14
+ [website ]
15
+ name = " WG Test"
16
+ description = " test"
You can’t perform that action at this time.
0 commit comments