Skip to content

Commit bd1f821

Browse files
committed
docs/organization: Address review items
Signed-off-by: Evan Maddock <maddock.evan@vivaldi.net>
1 parent 1a40dc5 commit bd1f821

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed

src/components/Teams.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,8 @@ export const TeamsList = () => {
6464
return (
6565
<Stack gap={4}>
6666
<h1 style={{ margin: 0 }}>Teams</h1>
67-
The Solus project is developed and maintained by the Solus Staff group. That body is made up of smaller teams of
68-
people, each with its own responsibilities and focuses. Because of the size of the overall Solus organization,
69-
members are often a part of multiple teams.
67+
The Solus project is made up of several teams. Each team has its own responsibilities and focuses. Because of the
68+
size of the overall Solus organization, members are often on multiple teams.
7069
{Teams.filter((t) => t.name !== "Admin Team").map((team) => (
7170
<Team key={`TeamsList-Team-${team.name}`} team={team} />
7271
))}

src/data/teams.ts

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,24 @@ export const Teams: Team[] = [
1313
],
1414
name: "Admin Team",
1515
},
16+
{
17+
description:
18+
"This team has push access to all Solus repositories, and makes general decisions about the project.",
19+
members: [
20+
["ReillyBrogan", null],
21+
["EvanMaddock", null],
22+
["JoeyRiches", null],
23+
["SilkeHofstra", null],
24+
["TraceyClark", null],
25+
["DavidHarder", null],
26+
["TroyHarvey", null],
27+
["AlgentAlbrahimi", null],
28+
["GavinZhao", null],
29+
["HansKelson", null],
30+
["Malfisya", null],
31+
],
32+
name: "Solus Staff",
33+
},
1634
{
1735
description:
1836
"This team handles the building of packages in the Solus repository. Some team members help maintain one or more of our included desktop environments.",
@@ -45,6 +63,7 @@ export const Teams: Team[] = [
4563
description:
4664
"This team is responsible for ensuring that the Solus infrastructure and services are kept up to date and running smoothly.",
4765
members: [
66+
["TroyHarvey", null],
4867
["ReillyBrogan", null],
4968
["SilkeHofstra", null],
5069
],
@@ -56,6 +75,7 @@ export const Teams: Team[] = [
5675
members: [
5776
["DavidHarder", null],
5877
["EvanMaddock", null],
78+
["SilkeHofstra", null],
5979
["TraceyClark", null],
6080
["TroyHarvey", null],
6181
],

0 commit comments

Comments
 (0)