Fixes #
- 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)
- 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
- 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