Files
compute/CONTRIBUTING.md
T
Karti Tripathi a8c8532105
ci / rust (push) Failing after 18s
Lumbridge Compute — Apache-2.0
2026-08-03 23:47:51 -07:00

21 lines
623 B
Markdown

# Contributing to Lumbridge Compute
Contributions are welcome. Changes land as small, reviewable commits.
## Development
```bash
cargo test
cargo fmt --check
cargo clippy --all-targets
cargo build --release
```
Changes to the `lumbridge/v1` scene or eval contracts require fixtures, backward-
compatibility notes, and documentation. Never add secrets, private model tokens,
personal voice samples, internal hostnames, or arbitrary commands to shareable
scene/eval manifests.
Performance changes should include before/after JSON artifacts and the complete
hardware/model/runtime configuration needed to reproduce them.