docs/openrouter-sync-operations #1
Reference in New Issue
Block a user
Delete Branch "docs/openrouter-sync-operations"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
PR Title Format
Please ensure your PR title follows Conventional Commits format:
Version Bumping Types (trigger semantic release):
feat: <description>- New features → MINOR version bump (1.1.0 → 1.2.0)fix: <description>- Bug fixes → PATCH version bump (1.1.0 → 1.1.1)perf: <description>- Performance improvements → PATCH version bump (1.1.0 → 1.1.1)Breaking Changes (trigger MAJOR version bump):
For breaking changes, use any commit type above with
BREAKING CHANGE:in the commit body or!after the type:feat!: <description>→ MAJOR version bump (1.1.0 → 2.0.0)fix!: <description>→ MAJOR version bump (1.1.0 → 2.0.0)Non-Versioning Types (no release):
build: <description>- Build system changeschore: <description>- Maintenance tasksci: <description>- CI/CD changesdocs: <description>- Documentation onlyrefactor: <description>- Code refactoring (no functional changes)style: <description>- Code style/formatting changestest: <description>- Test additions/changesDocker Build Triggering:
Docker builds are independent of versioning and trigger based on:
Automatic: When PRs modify relevant files:
*.py),requirements*.txt,pyproject.tomlDockerfile,docker-compose.yml,.dockerignore)Manual: Add the
docker-buildlabel to force builds for any PR.Description
Please provide a clear and concise description of what this PR does.
Changes Made
Testing
Please review our Testing Guide before submitting.
Run all linting and tests (required):
tests/simulator_tests/Related Issues
Fixes #(issue number)
Checklist
source venv/bin/activate && ./code_quality_checks.shAdditional Notes
Any additional information that reviewers should know.