Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 514 Bytes

File metadata and controls

19 lines (11 loc) · 514 Bytes

Development guide

In this folder, you will find information about contributing code to matterbridge.

Building from source

See ../compiling.md.

Implementing a new protocol backend

See protocol.md.

General pull-request guidelines

When submitting a PR, it's expected that:

  • you have successfully run go fmt on the codebase
  • you have successfully run golangci-lint on the codebase
  • you have updated the corresponding bridge/protocol docs in docs/protocols