- Usage questions / troubleshooting: Open a GitHub issue using the relevant template.
- Feature ideas: Open a GitHub feature request.
- Security concerns: Follow
SECURITY.mdand email security@evidenceos.org. - Code of conduct concerns: Follow
CODE_OF_CONDUCT.md.
Provide enough context for reproducibility:
- EvidenceOS version/commit,
- OS and Rust toolchain (
rustc --version,cargo --version), - exact command(s) run,
- expected behavior vs actual behavior,
- sanitized logs or error output.
Before opening a request, run:
cargo fmt --check
cargo clippy --workspace --all-targets -- -D warnings
cargo test --workspaceFor complete evidence artifacts and coverage checks, see TESTING_EVIDENCE.md and docs/TEST_EVIDENCE.md.
For contribution and test expectations:
CONTRIBUTING.mdAGENTS.mdTESTING_EVIDENCE.mddocs/TEST_EVIDENCE.mddocs/TEST_COVERAGE_MATRIX.md