Thanks for contributing to DUMB.
devis the default collaboration branch.masteris the production and release branch.- Open normal feature and bugfix PRs to
dev.
- Fork the repository.
- Create a branch from
dev. - Make focused changes with clear commit messages.
- Run relevant checks before opening a PR.
- Open your PR to
dev.
- Use Conventional Commit style for PR titles and commits.
- Include a concise summary and testing notes.
- Link related issues.
- Add docs updates when behavior changes.
- Dependabot updates are targeted to
dev. - Conventional commit checks run on PRs to
devandmaster. - Release automation remains pinned to
master.
For full guidance, see: