32 lines
353 B
Markdown
32 lines
353 B
Markdown
|
|
Repository Context
|
|
|
|
Git Server:
|
|
|
|
https://gitea.rdbcloud.co.uk
|
|
|
|
Repository:
|
|
|
|
rdb-discovery
|
|
|
|
Primary Workflow:
|
|
|
|
Feature Branch
|
|
→ Commit
|
|
→ Pull Request
|
|
→ Merge
|
|
|
|
Branch Naming:
|
|
|
|
feature/TASK-001
|
|
fix/TASK-001
|
|
docs/TASK-001
|
|
|
|
Commit Format:
|
|
|
|
feat: add command
|
|
fix: correct behaviour
|
|
docs: update documentation
|
|
test: add tests
|
|
chore: project maintenance
|