Skip to content

Commit 3a317ba

Browse files
authored
Update maintaining-std.md
1 parent d9a3467 commit 3a317ba

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/libs/maintaining-std.md

+5
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ This document is an effort to capture some of the context needed to develop and
66

77
This document doesn't attempt to discuss best practices or good style. For that, see the [API Guidelines].
88

9+
## Contributing
10+
11+
If you spot anything that is outdated, under specified, missing, or just plain incorrect then feel free to open up a PR on the [`rust-lang/rust-forge`] repository!
12+
913
## Terms
1014

1115
- Libs. That's us! The team responsible for development and maintenance of the standard library (among other things).
@@ -213,6 +217,7 @@ You can find the right version to use in the `#[stable]` attribute by checking t
213217
[Unsafe Code Guidelines WG]: https://github.com/rust-lang/unsafe-code-guidelines
214218
[`rust-lang/rust`]: https://github.com/rust-lang/rust
215219
[`rust-lang/rfcs`]: https://github.com/rust-lang/rfcs
220+
[`rust-lang/rust-forge`]: https://github.com/rust-lang/rust-forge
216221
[`rfcbot`]: https://github.com/rust-lang/rfcbot-rs
217222
[`bors`]: https://github.com/rust-lang/homu
218223
[`highfive`]: https://github.com/rust-lang/highfive

0 commit comments

Comments
 (0)