CONTRIBUTING.md
# contributing to this repository
Please fork this repository, and propose your changes in form of a pull-request.
Pull-requests will be reviewed as time permits.
All proposals and contribution are welcome — bug reports, feature requests, documentation. I'm happy to discuss everything, but please understand that I won't merge everything as I am the one maintaining this.
## code changes
- please rebase frequently and order your commits by feature
- ideally the exporter builds commit by commit
- write tests for bugs and features
- run `go vet ./...`