Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.24 KB

File metadata and controls

36 lines (25 loc) · 1.24 KB

Contributing to fizzy

Thanks for your interest in contributing!

License & CLA

fizzy is licensed under the GNU General Public License v3.0.

To keep the door open for the project to offer a separate commercial license in addition to the GPL, all contributors must sign the Contributor License Agreement before their pull request can be merged.

You retain copyright on your contributions — the CLA only grants the maintainer (Colton Franklin) the rights needed to relicense the project as a whole, including under future commercial terms.

How to sign

A CLA Assistant bot is wired up to this repository. The first time you open a pull request, it will post a comment with a one-click sign-off link. After you sign once, subsequent PRs are auto-checked against your signature — no further action needed.

Pull requests

  • Keep changes focused. One concern per PR.
  • Match the style of the surrounding code. Run zig build locally before pushing.
  • Reference any related issue in the PR description.

Reporting issues

Use the issue tracker for bug reports and feature requests. For bug reports, include OS, fizzy version (visible in the title bar / Help > About), and steps to reproduce.