From b1006b9f4dd31533dac8cfad1bc97e7f69dd15fc Mon Sep 17 00:00:00 2001 From: henil Date: Fri, 5 Feb 2021 21:03:24 +0530 Subject: [PATCH] Follow Conventional commits where necessary --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index db81f0ae..51598ddf 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -62,6 +62,8 @@ Instructions are similar to those for bug reports. Please provide the following - If this is not a trivial fix, consider **creating an issue to discuss first** and **later link to it from the PR**. - Use a **clear and descriptive title** for the pull request. + - Follow [Conventional Commit specification](https://www.conventionalcommits.org/en/v1.0.0/) +where sufficiently large or impactful change is made. - Provide a **description of the changes** in as many details as necessary. Before submitting your pull request, also make sure that the following conditions are met: