Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 12 additions & 10 deletions content/foundation/working-groups/working_groups.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,25 @@ The group is not responsible for domain-specific content of other teams like the

Note that this is not the complete list of responsibilities, but a high level overview.
"""
committee = "Community Committee"
members = ["Thib", "HarHarLinks", "MTRNord"]
sponsor = "HarHarLinks"
meetings = "Thursdays, 16:00-17:00 Berlin time. Please reach out via our Matrix room to join."
matrix_room_alias = "#matrix.org-website:matrix.org"
email = ""
committee = "Community Committee"
sponsor = "HarHarLinks"

[[working_groups]]
name = "Events"
summary = "Organising the Foundation's official events and appearances at conferences"
description = """
The Events working group is the main organising team of the official events hosted by the Foundation, such as the Matrix Conference or co-hosting FOSDEM Fringe, as well as official appearances at other conferences, e.g. the FOSDEM booth and devroom. The WG also acts as first contact point for similar community endeavours, e.g. inquiries related to the Matrix Community Summit, or the FrOSCon Matrix Community devroom, and tries to foster an ecosystem of decentralised events and user groups.
The Events working group is the main organising team of the official events hosted by the Foundation, such as the Matrix Conference or co-hosting FOSDEM Fringe, as well as official appearances at other conferences, e.g. the FOSDEM booth and devroom. The WG also acts as first contact point for similar community endeavours, e.g. inquiries related to the Matrix Community Summit, or the FrOSCon Matrix Community devroom, and aims to foster an ecosystem of decentralised events and user groups.
"""
members = ["Yan", "Nadine", "Thib", "Robin", "HarHarLinks", "The one with the braid"]
matrix_room_alias = "#events-wg:matrix.org"
email = "[email protected]"
committee = "Community Committee"
members = ["Yan", "Nadine", "Thib", "HarHarLinks", "The one with the braid"]
sponsor = "HarHarLinks"
meetings = "Mondays, 16:00-17:00 Berlin time. Please reach out via our Matrix room."
matrix_room_alias = "#events-wg:matrix.org"
email = "[email protected]"

[[working_groups]]
name = "Trust & Safety Research & Documentation"
Expand All @@ -37,11 +39,11 @@ On the other hand the community can also benefit from having some of that inform
The T&S R&D WG is a tool to help with that. It includes a wider set of individuals and reports their research results to the T&S committee. The WG is also encouraged to enhance the [documentation](/docs) on the Matrix.org website to help communities and users on Matrix moderate their rooms.
The T&S committee might sometimes ask the WG for help in researching specific topics in more detail to guide their decisions.
"""
committee = "Trust & Safety Committee"
members = ["Nico", "Cat", "Niko", "SFaulken", "Gnuxie"]
sponsor = "Nico"
matrix_room_alias = "#tns-rnd-wg-office:neko.dev"
email = ""
committee = "Trust & Safety Committee"
sponsor = "Nico"

[[working_groups]]
name = "Room Directory"
Expand All @@ -51,8 +53,8 @@ The purpose of the room directory working group is to implement the matrix.org r

Additionally the working group might propose improvements to the policy, which the T&S committee will then vote on.
"""
committee = "Trust & Safety Committee"
members = ["Nico", "Sky", "mahdi", "Emma [it/its]", "Krille - Christian K."]
sponsor = "Nico"
matrix_room_alias = "#room-dir-wg-office:neko.dev"
email = ""
committee = "Trust & Safety Committee"
sponsor = "Nico"
1 change: 1 addition & 0 deletions templates/governing-board/working_groups.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ <h2 id="{{ wg.name | slugify }}">{{ wg.name }} <span class="committee-pill {{ co
<div class="members">
<p><strong>Members:</strong> {{ wg.members | join(sep=", ") }}</p>
<p><strong>Sponsor:</strong> {{ wg.sponsor }}</p>
{% if wg.meetings %}<p><strong>Meeting schedule:</strong> {{ wg.meetings }}</p>{% endif %}
</div>
<p>{{ wg.description | markdown(inline=true) | safe }}</p>
<div class="button-group">
Expand Down