@@ -22,8 +22,11 @@ Here's the list of the notification groups:
2222- [ Apple] ( ./apple.md )
2323- [ ARM] ( ./arm.md )
2424- [ Cleanup Crew] ( ./cleanup-crew.md )
25+ - [ Emscripten] ( ./emscripten.md )
2526- [ LLVM] ( ./llvm.md )
2627- [ RISC-V] ( ./risc-v.md )
28+ - [ WASI] ( ./wasi.md )
29+ - [ WebAssembly] ( ./wasm.md )
2730- [ Windows] ( ./windows.md )
2831- [ Rust for Linux] ( ./rust-for-linux.md )
2932
@@ -62,8 +65,11 @@ Example PRs:
6265* [ Example of adding yourself to the Apple group.] ( https://github.com/rust-lang/team/pull/1434 )
6366* [ Example of adding yourself to the ARM group.] ( https://github.com/rust-lang/team/pull/358 )
6467* [ Example of adding yourself to the Cleanup Crew.] ( https://github.com/rust-lang/team/pull/221 )
68+ * [ Example of adding yourself to the Emscripten group.] ( https://github.com/rust-lang/team/pull/1579 )
6569* [ Example of adding yourself to the LLVM group.] ( https://github.com/rust-lang/team/pull/140 )
6670* [ Example of adding yourself to the RISC-V group.] ( https://github.com/rust-lang/team/pull/394 )
71+ * [ Example of adding yourself to the WASI group.] ( https://github.com/rust-lang/team/pull/1580 )
72+ * [ Example of adding yourself to the WebAssembly group.] ( https://github.com/rust-lang/team/pull/1581 )
6773* [ Example of adding yourself to the Windows group.] ( https://github.com/rust-lang/team/pull/348 )
6874
6975## Tagging an issue for a notification group
@@ -74,10 +80,14 @@ group. For example:
7480
7581``` text
7682@rustbot ping apple
77- @rustbot ping llvm
83+ @rustbot ping arm
7884@rustbot ping cleanup-crew
85+ @rustbot ping emscripten
86+ @rustbot ping llvm
87+ @rustbot ping risc-v
88+ @rustbot ping wasi
89+ @rustbot ping wasm
7990@rustbot ping windows
80- @rustbot ping arm
8191```
8292
8393To make some commands shorter and easier to remember, there are aliases,
0 commit comments