Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 533 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (10 loc) · 533 Bytes

CONTRIBUTING

  1. Fork it ( https://github.com/tomohiro/mackerel-plugin-jitsi-videobridge/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Run goimports or gofmt -s to format your codes.
  4. Run make lint and make test to check your codes.
  5. Commit your changes (git commit -am 'Add some feature')
  6. Push to the branch (git push origin my-new-feature)
  7. Create a new Pull Request

Thanks! ❤️ ❤️ ❤️