Skip to content

Commit 59d94ea

Browse files
authored
Add the WASM | WASI | Emscripten notification groups (rust-lang#2100)
1 parent 65d87ee commit 59d94ea

File tree

5 files changed

+84
-2
lines changed

5 files changed

+84
-2
lines changed

src/SUMMARY.md

+3
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,11 @@
5858
- [Apple](notification-groups/apple.md)
5959
- [ARM](notification-groups/arm.md)
6060
- [Cleanup Crew](notification-groups/cleanup-crew.md)
61+
- [Emscripten](notification-groups/emscripten.md)
6162
- [LLVM](notification-groups/llvm.md)
6263
- [RISC-V](notification-groups/risc-v.md)
64+
- [WASI](notification-groups/wasi.md)
65+
- [WebAssembly](notification-groups/wasm.md)
6366
- [Windows](notification-groups/windows.md)
6467
- [Rust for Linux](notification-groups/rust-for-linux.md)
6568
- [Licenses](./licenses.md)

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.](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

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

src/notification-groups/emscripten.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Emscripten notification group
2+
3+
**Github Label:** [O-emscripten] <br>
4+
**Ping command:** `@rustbot ping emscripten`
5+
6+
[O-emscripten]: https://github.com/rust-lang/rust/labels/O-emscripten
7+
8+
This list will be used to ask for help both in diagnosing and testing
9+
Emscripten-related issues as well as suggestions on how to resolve
10+
interesting questions regarding our Emscripten support.
11+
12+
The group also has an associated Zulip stream ([`#t-compiler/wasm`])
13+
where people can go to pose questions and discuss Emscripten-specific
14+
topics.
15+
16+
So, if you are interested in participating, please sign up for the
17+
Emscripten group! To do so, open a PR against the [rust-lang/team]
18+
repository. Just [follow this example][eg], but change the username to
19+
your own!
20+
21+
[`#t-compiler/wasm`]: https://rust-lang.zulipchat.com/#narrow/stream/463513-t-compiler.2Fwasm
22+
[rust-lang/team]: https://github.com/rust-lang/team
23+
[eg]: https://github.com/rust-lang/team/pull/1579

src/notification-groups/wasi.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# WASI notification group
2+
3+
**Github Label:** [O-wasi] <br>
4+
**Ping command:** `@rustbot ping wasi`
5+
6+
[O-wasi]: https://github.com/rust-lang/rust/labels/O-wasi
7+
8+
This list will be used to ask for help both in diagnosing and testing
9+
WASI-related issues as well as suggestions on how to resolve
10+
interesting questions regarding our WASI support.
11+
12+
The group also has an associated Zulip stream ([`#t-compiler/wasm`])
13+
where people can go to pose questions and discuss WASI-specific
14+
topics.
15+
16+
So, if you are interested in participating, please sign up for the
17+
WASI group! To do so, open a PR against the [rust-lang/team]
18+
repository. Just [follow this example][eg], but change the username to
19+
your own!
20+
21+
[`#t-compiler/wasm`]: https://rust-lang.zulipchat.com/#narrow/stream/463513-t-compiler.2Fwasm
22+
[rust-lang/team]: https://github.com/rust-lang/team
23+
[eg]: https://github.com/rust-lang/team/pull/1580

src/notification-groups/wasm.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# WebAssembly (WASM) notification group
2+
3+
**Github Label:** [O-wasm] <br>
4+
**Ping command:** `@rustbot ping wasm`
5+
6+
[O-wasm]: https://github.com/rust-lang/rust/labels/O-wasm
7+
8+
This list will be used to ask for help both in diagnosing and testing
9+
WebAssembly-related issues as well as suggestions on how to resolve
10+
interesting questions regarding our WASM support.
11+
12+
The group also has an associated Zulip stream ([`#t-compiler/wasm`])
13+
where people can go to pose questions and discuss WASM-specific
14+
topics.
15+
16+
So, if you are interested in participating, please sign up for the
17+
WASM group! To do so, open a PR against the [rust-lang/team]
18+
repository. Just [follow this example][eg], but change the username to
19+
your own!
20+
21+
[`#t-compiler/wasm`]: https://rust-lang.zulipchat.com/#narrow/stream/463513-t-compiler.2Fwasm
22+
[rust-lang/team]: https://github.com/rust-lang/team
23+
[eg]: https://github.com/rust-lang/team/pull/1581

0 commit comments

Comments
 (0)