link to code style document, instead of having local copy

This commit is contained in:
Bruno Windels 2018-07-23 10:36:21 +02:00
parent 5934bebafb
commit c693d861f4
2 changed files with 9 additions and 184 deletions

View file

@ -45,3 +45,12 @@ puppeteer.launch({headless: false});
Run tests with `sh run.sh`.
You should see the terminal split with on top the server output (both riot static server, and synapse), and on the bottom the tests running.
Developer Guide
===============
Please follow the standard Matrix contributor's guide:
https://github.com/matrix-org/synapse/tree/master/CONTRIBUTING.rst
Please follow the Matrix JS/React code style as per:
https://github.com/matrix-org/matrix-react-sdk/blob/master/code_style.md