Skip to content

Contributing to cargo-docs

To contribute back to cargo-docs:

cd cargo-docs
git checkout -b my-fix
# make changes, commit, push, then open a PR on GitHub to the cargo doc under Development nav

See Repo Setup if you haven't configured the shared git hooks yet.