14 lines
299 B
Markdown
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.
|