add the ARM notification group (#740)

This commit is contained in:
Niko Matsakis 2020-06-09 17:58:22 -04:00 committed by GitHub
parent d152893e86
commit df8ee5af1f
2 changed files with 24 additions and 0 deletions

View File

@ -33,6 +33,7 @@
- ["Cleanup Crew"](notification-groups/cleanup-crew.md)
- [LLVM](notification-groups/llvm.md)
- [Windows](notification-groups/windows.md)
- [ARM](notification-groups/arm.md)
- [Licenses](./licenses.md)
- [Part 2: High-level Compiler Architecture](./part-2-intro.md)
- [Overview of the Compiler](./overview.md)

View File

@ -0,0 +1,23 @@
# ARM notification group
**Github Label:** [O-ARM]
[O-ARM]: https://github.com/rust-lang/rust/labels/O-ARM
This list will be used to ask for help both in diagnosing and testing
ARM-related issues as well as suggestions on how to resolve
interesting questions regarding our ARM support.
The group also has an associated Zulip stream (`#t-compiler/arm`)
where people can go to pose questions and discuss ARM-specific
topics.
So, if you are interested in participating, please sign up for the
ARM group! To do so, you open a PR against the [rust-lang/team]
repository. Just [follow this example][eg], but change the username to
your own!
[rust-lang/team]: https://github.com/rust-lang/team
[eg]: https://github.com/rust-lang/team/pull/358
[#72569]: https://github.com/rust-lang/rust/pull/72569
[#29520]: https://github.com/rust-lang/rust/pull/29520