From 703bf5c7cd73426f206550f71fcf88b9e69502b2 Mon Sep 17 00:00:00 2001 From: "Paulo F. Oliveira" Date: Sat, 1 Jul 2023 14:04:17 +0100 Subject: [PATCH] docs: tell contributors about Conventional Commits in docs (#848) --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 41d513325..4b99f261b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -24,6 +24,7 @@ scripts/format.bash ``` 1. Create a PR following the instructions in the PR template. + 1. Make sure you use [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/), both in the commit messages and the pull request title ## Fixing an existing plugin