Format commit messages and pull request titles using Conventional Commits
mainOasysDB uses the Conventional Commits format for both Git commit messages and Pull Request titles.
Pull request titles must be in lowercase and follow the pattern:
<type>: <description>
Examples:
feat: add support ...fix: fix issue ...
<type>: <description>