File tree 2 files changed +14
-1
lines changed
2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -5,4 +5,14 @@ This section documents meta processes by the Libs team.
5
5
## Where to find us
6
6
7
7
The libs team hangs out primarily in [ the rust-lang Zulip] ( https://rust-lang.zulipchat.com/ ) these days in the ` #t-libs ` stream.
8
- You can also find out more details about [ Zulip and how the Rust community uses it] ( ../../platforms/zulip.html ) .
8
+
9
+ You can also find out more details about [ Zulip and how the Rust community uses it] ( ../../chat/zulip.html ) .
10
+
11
+ ## Useful GitHub queries
12
+
13
+ The Libs team does its work in a number of repositories throughout the ` rust-lang ` organization and others on GitHub.
14
+
15
+ | Query | Description |
16
+ | ----------| ------ |
17
+ | [ Open Libs RFCs] ( https://github.com/rust-lang/rfcs/pulls?q=is%3Apr+is%3Aopen+label%3AT-libs ) | RFCs that need input from the Libs team. |
18
+ | [ Open Libs PRs] ( https://github.com/rust-lang/rust/pulls?q=is%3Apr+is%3Aopen+label%3AT-libs ) | PRs that need input from the Libs team. |
Original file line number Diff line number Diff line change
1
+ # RFC Merge Procedure
2
+
3
+ The Libs team follows the [ same merge procedure as the Lang team] ( ../../lang/rfc-merge-procedure.html ) .
You can’t perform that action at this time.
0 commit comments