Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 806 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (18 loc) · 806 Bytes

Contributing

Bug Reports

If you come across a bug when using the server, please open an issue, or if you are confident you can fix it directly, open a pull request against the master branch.

If you decide to open a pull request, remember to run these commands before pushing commits to ensure that the changes are valid:

cargo fmt
cargo test

Feature Requests

This server is specifically made for Tabletop Club, and is not designed to be a generic WebRTC signalling server. As such, features are only added when they are necessary for Tabletop Club's multiplayer to function properly.

Therefore, it is unlikely that feature requests will be accepted.