From e8331ff9250faab7cee15d6dac97bebf2ae1f0e0 Mon Sep 17 00:00:00 2001 From: Guilherme Souza <101073+guilhermef@users.noreply.github.com> Date: Mon, 2 Sep 2024 23:02:25 +0200 Subject: [PATCH] docs: Add Conventional commits to CONTRIBUTING.md --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e3f84e3..0ae6251 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -93,3 +93,5 @@ $ git pull thumbor master If there was anything to merge, just run your tests again. If they pass, [send a pull request](https://docs.github.com/en/github/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request). + +This project uses [Conventional Commit](https://www.conventionalcommits.org/en/v1.0.0/#summary)