Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 765 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (15 loc) · 765 Bytes

How to contribute

Thank you for your contribution to alertmanager-sns-forwarder. Here's the recommended process of contribution.

  1. go get github.com/DataReply/alertmanager-sns-forwarder
  2. cd $GOPATH/src/github.com/DataReply/alertmanager-sns-forwarder
  3. hack, hack, hack...
  4. Make sure that your change follows best practices in Go
  5. Make sure that make test passes.
  6. Open a pull request in Github

When you work on a larger contribution, it is also recommended that you get in touch with us through the issue tracker.

Code reviews

All submissions, including submissions by project members, require review.