From 242b70ed3988b85455b0dbbcb3243b31f89d2ee1 Mon Sep 17 00:00:00 2001 From: Jake Stanger Date: Mon, 8 May 2023 14:04:56 +0100 Subject: [PATCH] docs(contributing): enforce conventional commits --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b77f412..d5c3bbb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,7 +4,8 @@ I welcome contributions of any kind with open arms. That said, please do stick t - Fix any `cargo clippy` warnings, using at least the default configuration. - Make sure your code is formatted using `cargo fmt`. - Keep any documentation up to date. - - I won't enforce it, but preferably stick to [conventional commit](https://www.conventionalcommits.org/en/v1.0.0/) messages. + - Please use [conventional commit](https://www.conventionalcommits.org/en/v1.0.0/) messages. + This ensures your contributions are automatically included in the changelog. - For PRs: