From b7505cfe7a465147c7790573de03bf92720b2c16 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Tue, 14 Dec 2021 15:29:06 -0600 Subject: [PATCH] docs(contrib): Note the use of committed --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 163722c..6ebc684 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -72,6 +72,7 @@ As a heads up, we'll be running your PR through the following gauntlet: - `rustfmt` - `clippy` - `rustdoc` +- [`committed`](https://github.com/crate-ci/committed) to enforce [conventional commits](conventionalcommits.org/) Check out our [CI][travis] for more information.