]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
Merge branch 'master' into vstakhov-aliases-rewamp
authorVsevolod Stakhov <vsevolod@rspamd.com>
Sat, 4 Oct 2025 12:22:08 +0000 (18:22 +0600)
committerGitHub <noreply@github.com>
Sat, 4 Oct 2025 12:22:08 +0000 (18:22 +0600)
1  2 
.cursor/rules/commits-and-tags.mdc

index 287433115b31c709aba81020bc6a98bf75299dde,e02f0fb7444eec4ba6bc1e8e5b48d9833c4ec53d..6b3eb96244bf2532f9bb6be45ed096bdac119c55
@@@ -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:**