From 8ab60be68b12dbe6136fe917f289200ca10c7d18 Mon Sep 17 00:00:00 2001 From: "Mr. M" Date: Tue, 15 Apr 2025 14:29:15 +0200 Subject: [PATCH] refactor: no-bug - Changed template method for commit messages, r=no-component --- .formal-git/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.formal-git/template b/.formal-git/template index 78a51dd63..900226b74 100644 --- a/.formal-git/template +++ b/.formal-git/template @@ -1 +1 @@ -{type}({components}): {bugId} - {message} \ No newline at end of file +{type}: {bugId} - {message}, r={components} \ No newline at end of file