贡献指南¶
贡献指南维护于仓库根目录的 CONTRIBUTING.md,下方内容直接引用
其英文原文(保证「单一信息来源」、避免文档漂移)。如需中文协助,
请在 issue 中说明,维护者会在 PR 评审中以中文回应。
Contributing to p4net¶
Thanks for your interest in contributing.
Discussion first¶
For non-trivial changes, please open an issue to discuss the design before sending a large pull request. Small fixes and clearly-scoped improvements can go straight to a PR.
Development setup¶
After cloning the repository:
Before submitting¶
Run the full local check suite and make sure it is clean:
Commit messages¶
Conventional-commit style subjects are preferred:
Allowed types: feat, fix, chore, docs, test, refactor, ci,
build.