summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--teams/devtools.toml1
-rw-r--r--teams/wg-rustfix.toml21
2 files changed, 22 insertions, 0 deletions
diff --git a/teams/devtools.toml b/teams/devtools.toml
index a05563d..677f740 100644
--- a/teams/devtools.toml
+++ b/teams/devtools.toml
@@ -27,6 +27,7 @@ extra-teams = [
"wg-debugging",
"wg-rustfmt",
"wg-rustup",
+ "wg-rustfix",
]
extra-people = ["spacekookie"]
diff --git a/teams/wg-rustfix.toml b/teams/wg-rustfix.toml
new file mode 100644
index 0000000..4136c7b
--- /dev/null
+++ b/teams/wg-rustfix.toml
@@ -0,0 +1,21 @@
+name = "wg-rustfix"
+subteam-of = "devtools"
+wg = true
+
+[people]
+leads = []
+members = [
+ "Manishearth",
+ "estebank",
+ "killercup",
+ "oli-obk",
+ "phansch",
+ "pietroalbini",
+ "zackmdavis",
+]
+
+[website]
+name = "Rustfix working group"
+description = "Improve cargo-fix and be a point of contact for other teams"
+discord-invite = "https://discord.gg/e6Q3cvu"
+discord-name = "#wg-rustfix"