Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 890 Bytes

File metadata and controls

36 lines (24 loc) · 890 Bytes

Contributing to DUMB

Thanks for contributing to DUMB.

Branch Model

  • dev is the default collaboration branch.
  • master is the production and release branch.
  • Open normal feature and bugfix PRs to dev.

Basic Workflow

  1. Fork the repository.
  2. Create a branch from dev.
  3. Make focused changes with clear commit messages.
  4. Run relevant checks before opening a PR.
  5. Open your PR to dev.

Pull Request Expectations

  • 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 and CI Notes

  • Dependabot updates are targeted to dev.
  • Conventional commit checks run on PRs to dev and master.
  • Release automation remains pinned to master.

Full Contributor Guide

For full guidance, see: