Skip to content

Commit f7a8759

Browse files
Kobzolcamelid
authored andcommitted
Add Rust for Linux notification group entry
1 parent 77478e9 commit f7a8759

File tree

3 files changed

+25
-0
lines changed

3 files changed

+25
-0
lines changed

src/SUMMARY.md

+1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
- [LLVM](notification-groups/llvm.md)
5757
- [RISC-V](notification-groups/risc-v.md)
5858
- [Windows](notification-groups/windows.md)
59+
- [Rust for Linux](notification-groups/rust-for-linux.md)
5960
- [Licenses](./licenses.md)
6061
- [Editions](guides/editions.md)
6162

src/notification-groups/about.md

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Here's the list of the notification groups:
2525
- [LLVM](./llvm.md)
2626
- [RISC-V](./risc-v.md)
2727
- [Windows](./windows.md)
28+
- [Rust for Linux](./rust-for-linux.md)
2829

2930
## What issues are a good fit for notification groups?
3031

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Rust for Linux notification group
2+
3+
**Github Label:** [O-rfl] <br>
4+
**Ping command:** `@rustbot ping rfl`
5+
6+
[O-rfl]: https://github.com/rust-lang/rust/labels/O-rfl
7+
8+
This list will be used to notify [Rust for Linux (RfL)][rfl] maintainers
9+
when the compiler or the standard library changes in a way that would
10+
break Rust for Linux, since it depends on several unstable flags
11+
and features. The RfL maintainers should then ideally provide support
12+
for resolving the breakage or decide to temporarily accept the breakage
13+
and unblock CI by temporarily removing the RfL CI jobs.
14+
15+
The group also has an associated Zulip stream ([`#rust-for-linux`])
16+
where people can go to ask questions and discuss topics related to Rust
17+
for Linux.
18+
19+
If you are interested in participating, please sign up for the
20+
Rust for Linux group on [Zulip][`#rust-for-linux`]!
21+
22+
[rfl]: https://rust-for-linux.com/
23+
[`#rust-for-linux`]: https://rust-lang.zulipchat.com/#narrow/stream/425075-rust-for-linux

0 commit comments

Comments
 (0)