Skip to content

Commit 9a321d6

Browse files
authored
Update about.md
1 parent e7ea6d9 commit 9a321d6

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

src/notification-groups/about.md

+12-2
Original file line numberDiff line numberDiff line change
@@ -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.](TODO)
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.](TODO)
72+
* [Example of adding yourself to the WebAssembly group.](TODO)
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

8393
To make some commands shorter and easier to remember, there are aliases,

0 commit comments

Comments
 (0)