Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 689 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (9 loc) · 689 Bytes

Contributing

Reporting an issue

If you've found a bug or have a feature request, please browse the GitHub issues to see if anyone else has already reported. If not, submit a new issue!

Submitting a Pull Request

  • Fork the project on GitHub.
  • Make any changes you wish against your fork, ideally against a branch.
  • Ensure that your changes meet the coding standards - i.e. gofmt/golint/go test all pass.
  • Submit a PR upstream. Be as descriptive as possible about the problem you're solving, and how you've solved it.
  • Chill. Someone will be by shortly!