Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 572 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (7 loc) · 572 Bytes

How to contribute

Your contributions are more than welcomed at OpsGenie! You can contribute to OpsGenie Go SDK by submitting a pull request.

Before pushing your commits, please make sure you followed the steps described below:

  1. Run go fmt to format your code.
  2. Alternatively you can use goimports, it also formats import lines.
  3. golint your code to detect style mistakes.
  4. govet your code to reports suspicious constructs.