sawa-control-panel/CONTRIBUTING.md

378 B

Contributing

We use semantic commit messages to track changes.

FEAT: new feature FIX: bug fix PATCH: small fix/tweak DOCS: documentation only REFACTOR: code change, no feature/fix SECURITY: security fix BREAKING: breaking change (bumps MAJOR)

Format: TYPE(scope): description Example: FEAT(appmarket): add phpMyAdmin recipe Example: FIX(auth): resolve mTLS handshake issue