From d1721c3b16c3e8a4ec9020de6ef5934fd2234eff Mon Sep 17 00:00:00 2001 From: Omri Date: Sun, 12 Feb 2023 08:40:54 +0100 Subject: [PATCH] Update CONTRIBUTING.md (#240) --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7ff43930a..42ea5abfe 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -28,6 +28,7 @@ these steps to make your contribution: 1. Comment on it and say you're working on that issue. This is to avoid conflicts with others also working on the issue. 1. Write your code and submit your pull request. +1. Make sure your PR title follows [conventional commits](https://www.conventionalcommits.org) 1. Wait for code review and address any issues raised as soon as you can. **A note on collaboration:** We encourage people to collaborate as much as possible.