Thumbnail

rani/matterbridge.git

Clone URL: https://git.buni.party/rani/matterbridge.git

Browsing tree for branch master, showing 2 entries

TypeFileLast CommitAuthorCommit Date (UTC)Size
txt README.md docs: Split README/wiki into docs/ folder selfhoster1312 13:03, Sep 7 2025 514 B
txt protocol.md docs: Document new HTTP helpers and attachment handling selfhoster1312 10:38, Dec 11 2025 9.31 KiB
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