rust-lang / rust-forge

Information useful to people contributing to Rust
https://forge.rust-lang.org/
Apache License 2.0
462 stars 171 forks source link

Add a link to CI documentation in rustc-dev-guide #751

Closed Kobzol closed 4 months ago

Kobzol commented 4 months ago

I recently rewrote and updated the documentation of rust-lang/rust's CI in the rustc-dev-guide (PR, documentation).

I don't think that it's productive to have the documentation on two places, because it can get out of sync (which is exactly what has happened to the Forge and rustc-dev-guide versions recently). So this PR removes the CI documentation from the Forge and replaces it with a link to rustc-dev-guide. I took all the content from the Forge (that was still relevant) and added it to the dev guide, so there should be no documentation lost.

rustbot commented 4 months ago

r? @kennytm

rustbot has assigned @kennytm. They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

kennytm commented 4 months ago

r? jdno