Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 743 Bytes

CONTRIBUTING.md

File metadata and controls

34 lines (21 loc) · 743 Bytes

Contributing to HDRHistogram

Inspired by Contributing to Go

HDRHistogram is an open source project.

It is the work of hundreds of contributors. We appreciate your help!

Filing issues

When filing an issue, make sure to answer these five questions:

  1. What version of Go are you using (go version)?
  2. What did you do?
  3. What did you expect to see?
  4. What did you see instead?

General questions can go into issues too. Feel free to ask away!

Contributing code

Feel free to clone the code and hack away.

Running Tests

go test

Running Benchmarks

go test -bench .