diff --git a/src/libs/README.md b/src/libs/README.md index 1bae68b30..37a18001b 100644 --- a/src/libs/README.md +++ b/src/libs/README.md @@ -5,4 +5,14 @@ This section documents meta processes by the Libs team. ## Where to find us The libs team hangs out primarily in [the rust-lang Zulip](https://rust-lang.zulipchat.com/) these days in the `#t-libs` stream. -You can also find out more details about [Zulip and how the Rust community uses it](../../platforms/zulip.html). + +You can also find out more details about [Zulip and how the Rust community uses it](../../chat/zulip.html). + +## Useful GitHub queries + +The Libs team does its work in a number of repositories throughout the `rust-lang` organization and others on GitHub. + +| Query | Description | +|----------|------ | +| [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. | +| [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. | diff --git a/src/libs/rfc-merge-procedure.md b/src/libs/rfc-merge-procedure.md new file mode 100644 index 000000000..274ff6c6e --- /dev/null +++ b/src/libs/rfc-merge-procedure.md @@ -0,0 +1,3 @@ +# RFC Merge Procedure + +The Libs team follows the [same merge procedure as the Lang team](../../lang/rfc-merge-procedure.html).