From: Vsevolod Stakhov Date: Sat, 4 Oct 2025 12:22:08 +0000 (+0600) Subject: Merge branch 'master' into vstakhov-aliases-rewamp X-Git-Tag: 3.14.0~88^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87853ce6ae99b675091312b8c5a9e1824f0291f1;p=thirdparty%2Frspamd.git Merge branch 'master' into vstakhov-aliases-rewamp --- 87853ce6ae99b675091312b8c5a9e1824f0291f1 diff --cc .cursor/rules/commits-and-tags.mdc index 287433115b,e02f0fb744..6b3eb96244 --- a/.cursor/rules/commits-and-tags.mdc +++ b/.cursor/rules/commits-and-tags.mdc @@@ -12,16 -12,18 +12,18 @@@ All commits in the Rspamd project follo Use one of the following tags at the beginning of commit messages: -- `[Feature]` - New features and capabilities -- `[Fix]` - Bug fixes and corrections -- `[CritFix]` - Critical bug fixes that need immediate attention -- `[Minor]` - Minor changes, tweaks, or version updates -- `[Project]` - Project-wide changes, refactoring, or infrastructure updates -- `[Rework]` - Major reworking of existing functionality -- `[Conf]` - Configuration changes or updates -- `[Test]` - Test additions or modifications -- `[Rules]` - Changes to spam detection rules +- `[Feature]` - New features and capabilities +- `[Fix]` - Bug fixes and corrections +- `[CritFix]` - Critical bug fixes that need immediate attention +- `[Minor]` - Minor changes, tweaks, or version updates +- `[Project]` - Project-wide changes, refactoring, or infrastructure updates +- `[Rework]` - Major reworking of existing functionality +- `[Conf]` - Configuration changes or updates +- `[Test]` - Test additions or modifications +- `[Rules]` - Changes to spam detection rules + Prefer `[Minor]` if a fix or a change is minor (e.g. whitespaces change or a missing nil check). + ## Commit Message Examples **Version updates:**