summary refs log tree commit diff
path: root/changelog.d/11821.doc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Docs: add missing PR submission process how-tos (#11821)Forest Johnson2022-01-251-0/+1
* 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.