-
Notifications
You must be signed in to change notification settings - Fork 0
/
full_group_example.yml.txt
72 lines (70 loc) · 2.36 KB
/
full_group_example.yml.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# vim: ts=2 sw=2 et
# Use this file as a template for configuring other groups.
testgroup2-wg:
name: 'Test Group 2 (with all options)'
description: >
This is an example of a complete group, with much more developed
information. There are a lot of optional fields that can be added, and they
will be built into the directory.
logo: groups/assets/default-image.svg
about-url: https://linuxfoundation.org
development-list: https://link-to-dev-list
youtube: https://youtube.com/...
slack: https://project.slack.com
irc: '#project'
discourse: https://project.discourse.org
chat: https://project.slack.com
calendar: https://calendar.google.com
charter: ../CHARTER.md
code-of-conduct: ../CODE_OF_CONDUCT.md
contributing: ../CONTRIBUTING.md
artwork: https://github.com/project/artwork
twitter-username: project
linkedin-username: project
git:
- repo: https://github.com/project/repo1
- repo: https://github.com/project/repo2
- repo: https://github.com/project/repo3
- repo: https://github.com/project/repo4
list-members:
- email: [email protected]
name: Person1 Name
roles:
- title: Chairperson
is-voting: True
term-begins: 2020-01-01
term-ends: 2020-12-31
- title: Website maintainer
term-begins: 2019-01-01
photo: groups/assets/default-image.svg
sponsor: ACME Inc.
bio: >
I work for ACME Inc. as a senior engineer on Project.
sponsor-website: https://acmeinc.com
github-username: projectmember1
twitter-username: projectmember1
linkedin-username: projectmember1
website: https://projectmember1.com
pronouns: They/them
- email: [email protected]
name: Person2 Name
roles:
- title: TSC member
is-voting: True
term-begins: 2020-01-01
term-ends: 2020-12-31
photo: groups/assets/default-image.svg
sponsor: Anothercorp Inc.
github-username: projectmember2
website: https://projectmember2.com
pronouns: Please ask
- email: [email protected]
name: Person3 Name
roles:
- title: TSC observer
term-begins: 2020-01-01
term-ends: 2020-12-31
photo: groups/assets/default-image.svg
github-username: projectmember3
website: https://projectmember3.com
include-on-meta-list: False