Files
serato-doctor/CONTRIBUTING.md
T
2026-06-30 09:53:09 -07:00

14 lines
299 B
Markdown

# Contributing
## Branching
- `main` is stable.
- `develop` is the integration branch.
- Feature branches use: `feature/<name>`.
## Safety Rules
Never commit personal music library files, Serato databases, or crates.
Never write repair code without dry-run mode, backup plan, and rollback log.