Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 723 Bytes

File metadata and controls

23 lines (16 loc) · 723 Bytes

Contributing to Dominatus

Thank you for your interest in contributing.

How to contribute

  • Fork the repository and create a focused feature branch.
  • Keep pull requests small, with clear commit messages.
  • Include tests for behavior changes when possible.
  • Update documentation when public behavior or APIs change.

Pull request checklist

  • The project builds and relevant tests pass locally.
  • Changes are scoped to one concern.
  • Public-facing changes include docs updates.
  • PR description explains motivation, approach, and validation.

Style and expectations

  • Prefer clear, deterministic behavior over cleverness.
  • Keep naming explicit and maintainable.
  • Be respectful and constructive in reviews.