Skip to content

Latest commit

 

History

History
62 lines (40 loc) · 1.68 KB

File metadata and controls

62 lines (40 loc) · 1.68 KB

Description

Related Issue

Fixes #

Branch Type and Merge Strategy

  • Feature branch → develop (Will use squash merge)
  • Release branch → main (Will use --no-ff merge commit)
  • Hotfix branch → main and develop (Will use --no-ff merge commit)
  • Main branch → develop (Will use --no-ff merge commit)

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Code refactoring
  • Performance improvement
  • Release
  • Other

Checklist

  • My code follows the project's coding standards
  • I have updated the documentation accordingly
  • I have updated the changelog
  • I have checked for and resolved any merge conflicts
  • I have confirmed the correct merge strategy will be used (see Branch Type above)
  • I have updated CREDITS.md if necessary

Screenshots (if applicable)

Additional Context

Testing Instructions

Deployment Notes (if applicable)