From b1a9bffd8b201158ce9fab1a6752f2b0ba93a021 Mon Sep 17 00:00:00 2001 From: Kurnianto Trilaksono Date: Sun, 28 Apr 2024 23:28:48 +0700 Subject: [PATCH] Update CONTRIBUTING.md - change breaking change notes Co-authored-by: Mauren <698465+stormqueen1990@users.noreply.github.com> --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 09e42469f..8bc3b80db 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -90,7 +90,7 @@ We are using [Conventional Commits v1.0.0](https://www.conventionalcommits.org/e | docs | Changes related to documentation. | docs: add rules documentation for PR. | -2. Add `BREAKING CHANGE:` on your commit message as footer to signify breaking changes. This will help maintainer to justify `MAJOR` releases. +2. Add `BREAKING CHANGE:` on your commit message as footer to signify breaking changes. This will help maintainers identify `MAJOR` releases. Example: