You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/data/teams.ts
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,24 @@ export const Teams: Team[] = [
13
13
],
14
14
name: "Admin Team",
15
15
},
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
+
},
16
34
{
17
35
description:
18
36
"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[] = [
45
63
description:
46
64
"This team is responsible for ensuring that the Solus infrastructure and services are kept up to date and running smoothly.",
0 commit comments