Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1011 Bytes

File metadata and controls

30 lines (24 loc) · 1011 Bytes

Contributing to ByteWorthy

Thanks for contributing.

Scope

This organization contains:

  • sovra (open-source MIT)
  • private commercial source repos (klienta, clynova)
  • public trust/docs repos (klienta-public, clynova-public)

Before You Start

  • Open an issue first for substantial changes.
  • Keep changes small, focused, and reviewable.
  • For security-sensitive changes, follow SECURITY.md.

Development Expectations

  • Use clear commit messages (Conventional Commit style is preferred).
  • Add or update tests for behavior changes.
  • Keep docs and public links current when behavior or routing changes.
  • Do not expose private commercial source code in public repositories.

Pull Requests

  • Use the PR template.
  • Link relevant issues.
  • Describe user impact and rollout risk.
  • Ensure required CI checks pass before requesting review.

Licensing

  • sovra contributions are MIT unless noted otherwise.
  • Commercial/private repos are governed by their repository license and terms.