From 23ea2bbad6bb603deda53ea201ace9a47f3cfcef Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Tue, 4 Aug 2026 15:36:33 +0200 Subject: [PATCH] :paperclip: Update creating-commits serena workflow file --- .serena/memories/workflow/creating-commits.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.serena/memories/workflow/creating-commits.md b/.serena/memories/workflow/creating-commits.md index 50f460ed28..2fc766d4ad 100644 --- a/.serena/memories/workflow/creating-commits.md +++ b/.serena/memories/workflow/creating-commits.md @@ -27,3 +27,7 @@ AI-assisted-by: model-name ## Commit Type Emojis `:bug:` bug fix · `:sparkles:` enhancement · `:tada:` new feature · `:recycle:` refactor · `:lipstick:` cosmetic · `:ambulance:` critical fix · `:books:` docs · `:construction:` WIP · `:boom:` breaking · `:wrench:` config · `:zap:` perf · `:whale:` docker · `:paperclip:` other · `:arrow_up:` dep upgrade · `:arrow_down:` dep downgrade · `:fire:` removal · `:globe_with_meridians:` translations · `:rocket:` epic/highlight + +## Referencing Issues + +Use `Closes #NNNN` (not `Fixes #NNNN`) to link a commit to a GitHub issue.