Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.02 KB

File metadata and controls

27 lines (19 loc) · 1.02 KB

Contributing to Ateam

Thanks for your interest in contributing!

License of contributions

Ateam is dual-licensed: GPL-3.0-or-later for open source use, with commercial licenses available from Clawnify.

To keep the dual-licensing model possible, by submitting a contribution (pull request, patch, or code suggestion) you agree that:

  1. Your contribution is licensed to the project under GPL-3.0-or-later, and
  2. You grant Clawnify a perpetual, worldwide, non-exclusive, royalty-free right to relicense your contribution under other terms (including commercial licenses), and
  3. You have the right to make the contribution (it's your own work, or you're authorized to submit it).

This is the inbound-licensing model used by most dual-licensed projects; you keep the copyright to your contribution.

Development

See the README for setup (bun install, native module rebuild, and bun run --filter @ateam/desktop dev). Please run bun test and bun run typecheck before opening a PR.