Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 515 Bytes

File metadata and controls

20 lines (15 loc) · 515 Bytes

Contributing

Keep changes focused, add regression tests, and never include secrets, production data, or private configuration.

cargo fmt --all --check
cargo check -p httpjet --bin httpjet
cargo test --workspace

Sign every commit under the Developer Certificate of Origin:

git commit -s

Contributions are GPL-3.0-only; there is no proprietary-relicensing CLA. Disclose material AI assistance in the pull request and remain responsible for the submitted code and its provenance.