panda-rpki/CONTRIBUTING.md
yuyr 2a0b5067bd
Some checks failed
ci / public-tree (push) Has been cancelled
ci / docs (push) Has been cancelled
ci / rust (push) Has been cancelled
ci / docker-runtime (push) Has been cancelled
20260902 完成公开树清理与热点拆分
2026-09-02 11:48:36 +08:00

17 lines
834 B
Markdown

# Contributing to panda-rpki
panda-rpki is preparing its contributor process. The source is licensed under
the BSD 3-Clause License in [LICENSE](LICENSE); maintainers, code-of-conduct
policy, and public security-reporting channel must be published before
external contributions are accepted.
For local development, follow the workflow in docs/source/development.rst:
format Rust code, run the locked test suite and Clippy, build the documentation,
and add focused tests for every behaviour change. Do not submit credentials,
private state, live customer data, or material whose redistribution terms are
unknown.
The output contract is part of the runtime interface. Changes to run artifacts,
container entrypoints, persistent-volume layout, or CSV/CIR/CCR semantics
require compatibility tests and a documented migration decision.