From 224eb8a3a3b3eee8140a9b614cf9a12e8c75b11a Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 16 May 2022 20:38:19 +0200 Subject: docs(alcoholic_jwt): add 'contributing' section to docs Change-Id: Iaa06b3a7d643a2688d43275aedf708fa4208586c Reviewed-on: https://cl.tvl.fyi/c/depot/+/5622 Autosubmit: tazjin Tested-by: BuildkiteCI Reviewed-by: grfn --- net/alcoholic_jwt/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/net/alcoholic_jwt/README.md b/net/alcoholic_jwt/README.md index dbb750e3b1..c6da0ab8da 100644 --- a/net/alcoholic_jwt/README.md +++ b/net/alcoholic_jwt/README.md @@ -54,7 +54,19 @@ This library aims to only use trustworthy off-the-shelf components to do the work. Cryptographic operations are provided by the `openssl` crate, JSON-serialisation is provided by `serde_json`. +## Contributing + +This project is developed in the [TVL monorepo][depot]. To work on it, +you can either use a local clone of the entire repository or clone +just the `alcoholic_jwt` subtree: + + https://code.tvl.fyi/depot.git:/net/alcoholic_jwt.git + +Please follow the TVL [contribution guidelines][contributing]. + [Google]: https://www.google.com/ [Aprila]: https://www.aprila.no/ [JWKS]: https://tools.ietf.org/html/rfc7517 [`kid` claim]: https://tools.ietf.org/html/rfc7515#section-4.1.4 +[depot]: https://code.tvl.fyi/ +[contributing]: https://code.tvl.fyi/about/docs/CONTRIBUTING.md -- cgit 1.4.1