From 2b158fdf573357927a7f3f40ff2bd1dd3f69e070 Mon Sep 17 00:00:00 2001 From: "mr. m" Date: Wed, 16 Apr 2025 16:23:25 +0200 Subject: [PATCH] style: Changed commit template to display a cleaner message, b=(no-bug), c=no-component --- .formal-git/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.formal-git/template b/.formal-git/template index 900226b7..6d53f194 100644 --- a/.formal-git/template +++ b/.formal-git/template @@ -1 +1 @@ -{type}: {bugId} - {message}, r={components} \ No newline at end of file +{type}: {message}, b=({bugId}), c={components} \ No newline at end of file