mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-02-18 07:24:07 -05:00
![Forest Johnson](/assets/img/avatar_default.png)
* Docs: add missing PR submission process how-tos The documentation says that in order to submit a pull request you have to run the linter and links to [Run the linters](https://matrix-org.github.io/synapse/latest/development/contributing_guide.html#run-the-linters). IMO "Run the linters" should explain that development dependencies are a pre-requisite. I also included `pip install wheel` which I had to run inside my virtual environment on ubuntu before I `pip install -e ".[all,dev]"` would succeed.