Skip to content

Latest commit

History

History
17 lines (12 loc) 路 852 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (12 loc) 路 852 Bytes

How to contribute

Please send a GitHub Pull Request to with a clear list of what you've done (read more about pull requests). The more tests the merrier. Please follow the coding conventions (below) and make sure all of your commits are atomic (one feature per commit).

Testing

All tests follow the standard Go testing pattern.

Coding conventions

This project follows effective Go standards and uses additional convention tools: