name: sqlitecpp-git-branching description: SQLiteCpp branch naming and creation rules for starting tasks, issues, or features.
SQLiteCpp Git Branching
When to create a branch
- User mentions working on a task, issue, or feature.
- User references a GitHub issue number.
Before starting work
- Run
git statusto check current branch. - If on
masteror wrong branch, create a task-specific branch frommaster.
Branch naming
- With issue:
<issue>-<type>-<short-description>123-fix-short-description123-feature-short-description
- Without issue:
<type>-<short-description>fix-short-descriptionfeature-short-description
- Issue ID is optional; do not use a
000-prefix.
Branch-only requests
- If the user only requests a branch, create it and stop (no file changes).