Skip to content

Commit baab2bb

Browse files
authored
Add LoongArch notification group instructions
2 parents 2649f27 + 82a0090 commit baab2bb

File tree

3 files changed

+25
-0
lines changed

3 files changed

+25
-0
lines changed

src/SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
- [ARM](notification-groups/arm.md)
6767
- [Emscripten](notification-groups/emscripten.md)
6868
- [Fuchsia](notification-groups/fuchsia.md)
69+
- [LoongArch](notification-groups/loongarch.md)
6970
- [RISC-V](notification-groups/risc-v.md)
7071
- [Rust for Linux](notification-groups/rust-for-linux.md)
7172
- [WASI](notification-groups/wasi.md)

src/notification-groups/about.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Here's the list of the notification groups:
2222
- [Apple](./apple.md)
2323
- [ARM](./arm.md)
2424
- [Emscripten](./emscripten.md)
25+
- [LoongArch](./loongarch.md)
2526
- [RISC-V](./risc-v.md)
2627
- [WASI](./wasi.md)
2728
- [WebAssembly](./wasm.md)
@@ -63,6 +64,7 @@ Example PRs:
6364
* [Example of adding yourself to the Apple group.](https://github.com/rust-lang/team/pull/1434)
6465
* [Example of adding yourself to the ARM group.](https://github.com/rust-lang/team/pull/358)
6566
* [Example of adding yourself to the Emscripten group.](https://github.com/rust-lang/team/pull/1579)
67+
* [Example of adding yourself to the LoongArch group.](https://github.com/rust-lang/team/pull/2176)
6668
* [Example of adding yourself to the RISC-V group.](https://github.com/rust-lang/team/pull/394)
6769
* [Example of adding yourself to the WASI group.](https://github.com/rust-lang/team/pull/1580)
6870
* [Example of adding yourself to the WebAssembly group.](https://github.com/rust-lang/team/pull/1581)
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# LoongArch notification group
2+
3+
**Github Label:** [O-loongarch] <br>
4+
**Ping command:** `@rustbot ping loongarch`
5+
6+
[O-loongarch]: https://github.com/rust-lang/rust/labels/O-loongarch
7+
8+
This list will be used to ask for help both in diagnosing and testing
9+
LoongArch-related issues as well as suggestions on how to resolve
10+
interesting questions regarding our LoongArch support.
11+
12+
The group also has an associated Zulip channel ([`#t-compiler/loong-arch`])
13+
where people can go to pose questions and discuss LoongArch-specific topics.
14+
15+
So, if you are interested in participating, please sign up for the
16+
LoongArch group! To do so, open a PR against the [rust-lang/team]
17+
repository. Just [follow this example][eg], but change the username to
18+
your own!
19+
20+
[`#t-compiler/loong-arch`]: https://rust-lang.zulipchat.com/#narrow/channel/551512-t-compiler.2Floong-arch
21+
[rust-lang/team]: https://github.com/rust-lang/team
22+
[eg]: https://github.com/rust-lang/team/pull/2176

0 commit comments

Comments
 (0)