diff --git a/.github/ISSUE_TEMPLATE/crate-build-failure.md b/.github/ISSUE_TEMPLATE/crate-build-failure.md index d145d794e..b3de50f9e 100644 --- a/.github/ISSUE_TEMPLATE/crate-build-failure.md +++ b/.github/ISSUE_TEMPLATE/crate-build-failure.md @@ -7,6 +7,12 @@ assignees: '' --- + + **Crate name:** **Build failure link:** diff --git a/README.md b/README.md index 12f9e8603..7b87bf6c4 100644 --- a/README.md +++ b/README.md @@ -157,6 +157,11 @@ docker exec -it psql -U cratesfyi docker-compose run -p 3000:3000 web daemon --foreground ``` +### Changing the build environment + +To make a change to [the build environment](https://github.com/rust-lang/crates-build-env) +and test that it works on docs.rs, see [the wiki](https://github.com/rust-lang/docs.rs/wiki/Making-changes-to-the-build-environment). + ### Contact Docs.rs is run and maintained by [Rustdoc team](https://www.rust-lang.org/governance/teams/dev-tools#rustdoc).