815 B
815 B
Contributing
Issues and PRs welcome! This document covers the contribution workflow.
This repository requires Conventional Commits.
Commit Message Policy (Required)
- All commits MUST follow the Conventional Commits 1.0.0 spec:
- Allowed types in this repo:
feat,fix,refactor,build,ci,chore,docs,style,perf,test
Examples:
feat(client): expose via layer span in typed modelfix(cli): parse board-origin --type drill correctlytest(client): cover via padstack layer decoding
Before Opening a PR
- Run:
cargo fmt --allcargo testcargo test --features blocking
Resources
- Guide site source:
docs/book/src/(deployed via GitHub Pages) - Proto regeneration workflow:
CONTRIBUTIONS.md