- Use
feature/<short-description>,bugfix/<short-description>, ordocs/<short-description> - Example:
feature/ocr-service - Use
docs/<short-description>for documentation
- Use Conventional Commits:
feat: add new NER pipelinefix: correct entity linking bugdocs: update READMEdocs: update README
- All PRs require at least 1 reviewer approval
- Ensure tests and linting pass before merging
- Link issues in PR descriptions
- Use clear, descriptive PR titles
- Ensure CI passes before merging