docs(alcoholic_jwt): add 'contributing' section to docs

Change-Id: Iaa06b3a7d643a2688d43275aedf708fa4208586c
Reviewed-on: https://cl.tvl.fyi/c/depot/+/5622
Autosubmit: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
Reviewed-by: grfn <grfn@gws.fyi>
This commit is contained in:
Vincent Ambo 2022-05-16 20:38:19 +02:00 committed by clbot
parent 94cf85c5cc
commit 224eb8a3a3

View file

@ -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