Skip to content

Commit 089b826

Browse files
authored
add the ARM notification group (#740)
1 parent e349f81 commit 089b826

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

src/SUMMARY.md

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
- ["Cleanup Crew"](notification-groups/cleanup-crew.md)
3434
- [LLVM](notification-groups/llvm.md)
3535
- [Windows](notification-groups/windows.md)
36+
- [ARM](notification-groups/arm.md)
3637
- [Licenses](./licenses.md)
3738
- [Part 2: High-level Compiler Architecture](./part-2-intro.md)
3839
- [Overview of the Compiler](./overview.md)

src/notification-groups/arm.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# ARM notification group
2+
3+
**Github Label:** [O-ARM]
4+
5+
[O-ARM]: https://github.com/rust-lang/rust/labels/O-ARM
6+
7+
This list will be used to ask for help both in diagnosing and testing
8+
ARM-related issues as well as suggestions on how to resolve
9+
interesting questions regarding our ARM support.
10+
11+
The group also has an associated Zulip stream (`#t-compiler/arm`)
12+
where people can go to pose questions and discuss ARM-specific
13+
topics.
14+
15+
So, if you are interested in participating, please sign up for the
16+
ARM group! To do so, you 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+
[rust-lang/team]: https://github.com/rust-lang/team
21+
[eg]: https://github.com/rust-lang/team/pull/358
22+
[#72569]: https://github.com/rust-lang/rust/pull/72569
23+
[#29520]: https://github.com/rust-lang/rust/pull/29520

0 commit comments

Comments
 (0)