Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 460 Bytes

CONTRIBUTING.mkd

File metadata and controls

24 lines (18 loc) · 460 Bytes

Contributing

  • Raise an issue if appropriate
  • Fork the repo
  • Make your changes
  • Use gofmt
  • Make sure the tests pass (run ./script/test)
  • Make sure the linters pass (run ./script/lint)
  • Issue a pull request

Commit Messages

I'd prefer it if commit messages describe what the commit does, not what you did.

For example, I'd prefer:

Adds lint; removes fluff

Over:

Added lint; removed fluff