17 lines
834 B
Markdown
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.
|