From 9b9bf81401dd24d7e644ffef68c04223eb737d25 Mon Sep 17 00:00:00 2001 From: Jan-Erik Rediger Date: Tue, 5 Mar 2024 12:09:53 +0100 Subject: [PATCH] Book: Call out the repository and issue tracker --- book/src/index.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/book/src/index.md b/book/src/index.md index f11020da..0bc89b65 100644 --- a/book/src/index.md +++ b/book/src/index.md @@ -29,3 +29,8 @@ gradually as time permits. > **Note**: `cargo vet` is under active development. If you're interested in > deploying it, [get in touch](mailto:bholley@mozilla.com). +## Contributing + +`cargo-vet` is free and open source. +You can find the source code on [GitHub](https://github.com/mozilla/cargo-vet) +and issues and feature requests can be posted on the [GitHub issue tracker](https://github.com/mozilla/cargo-vet/issues).