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/notification-groups/about.md
+12-2
Original file line number
Diff line number
Diff line change
@@ -22,8 +22,11 @@ Here's the list of the notification groups:
22
22
-[Apple](./apple.md)
23
23
-[ARM](./arm.md)
24
24
-[Cleanup Crew](./cleanup-crew.md)
25
+
-[Emscripten](./emscripten.md)
25
26
-[LLVM](./llvm.md)
26
27
-[RISC-V](./risc-v.md)
28
+
-[WASI](./wasi.md)
29
+
-[WebAssembly](./wasm.md)
27
30
-[Windows](./windows.md)
28
31
-[Rust for Linux](./rust-for-linux.md)
29
32
@@ -62,8 +65,11 @@ Example PRs:
62
65
*[Example of adding yourself to the Apple group.](https://github.com/rust-lang/team/pull/1434)
63
66
*[Example of adding yourself to the ARM group.](https://github.com/rust-lang/team/pull/358)
64
67
*[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)
65
69
*[Example of adding yourself to the LLVM group.](https://github.com/rust-lang/team/pull/140)
66
70
*[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)
67
73
*[Example of adding yourself to the Windows group.](https://github.com/rust-lang/team/pull/348)
68
74
69
75
## Tagging an issue for a notification group
@@ -74,10 +80,14 @@ group. For example:
74
80
75
81
```text
76
82
@rustbot ping apple
77
-
@rustbot ping llvm
83
+
@rustbot ping arm
78
84
@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
79
90
@rustbot ping windows
80
-
@rustbot ping arm
81
91
```
82
92
83
93
To make some commands shorter and easier to remember, there are aliases,
0 commit comments