Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

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