panda-rpki-oss/CONTRIBUTING.md
Panda RPKI OSS Local 277cbca878
Some checks failed
ci / rust (push) Has been cancelled
ci / docker (push) Has been cancelled
初始化 Panda RPKI v0.1.0 开源候选版本
2026-09-09 18:01:15 +08:00

15 lines
755 B
Markdown

# Contributing
Describe reproducible problems and proposed changes in an issue or pull request.
Include the version, command, expected and actual results. Remove credentials
and sensitive paths from shared logs.
Run [development checks](docs/development.md), keep changes focused, use
`cargo fmt`, and add regression tests for changed behavior. Explain relevant
RFC/WG requirements and update documentation when interfaces change.
Documentation and code comments use English. Do not commit generated repository
objects, keys, state, logs or build outputs. Keep third-party attribution intact.
Submit only code you are entitled to contribute under the [project license](LICENSE)
and identify externally sourced code and its license in the pull request.