Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 920 Bytes

File metadata and controls

30 lines (21 loc) · 920 Bytes

Contributing to Codra

Thank you for your interest in contributing to Codra by Talocode.

How to Contribute

  1. Fork the repository and create your branch from main.
  2. Make focused changes — keep pull requests small and reviewable.
  3. Follow the existing architecture — do not mix system logic into the UI layer or vice versa.
  4. Write or update tests when extending Rust capabilities.
  5. Use Tailwind and dark-mode-first styling for any UI changes.
  6. Run checks before submitting:
    pnpm install
    pnpm check:task-loop-protocol-sync
    pnpm --filter desktop build
    cargo check --manifest-path apps/desktop/src-tauri/Cargo.toml

Code of Conduct

Be respectful, constructive, and professional. We are building a serious tool for serious engineering.

Questions?

Open an issue or contact: talocodehq@gmail.com


Thank you for helping make Codra better.