From 4503013a65b3f12004e40ff3e5e0aa7264547ced Mon Sep 17 00:00:00 2001 From: iGor milhit Date: Thu, 10 Aug 2023 10:09:35 +0200 Subject: [PATCH] snippets: add a snippet for AoU stats commit Co-Authored-by: iGor milhit --- my_snippets/gitcommit.lua | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/my_snippets/gitcommit.lua b/my_snippets/gitcommit.lua index ebaa2ee..d0e71d2 100644 --- a/my_snippets/gitcommit.lua +++ b/my_snippets/gitcommit.lua @@ -34,5 +34,15 @@ return { f(get_date, {}) } ) + ), + s( + { + trig = "aou", + name = "AoU stats commit message", + dscr = "Commit message for an increment of AoU validation statistics." + }, + { + t("r+e: incrémente les stats de validation de l'AoU") + } ) }