Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 560 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (6 loc) · 560 Bytes

Contributing to Pathvector

Contributions to Pathvector are always appreciated! Please open an Issue for bug reports or a Pull Request for code contributions.

Code Style

Pathvector follows Go's conventional code style. Please run go fmt before opening a PR.

Testing

Pathvector relies on Go's testing package. All new code contributions should have associated unit and integration tests where applicable.