summary refs log tree commit diff
path: root/CONTRIBUTING.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize CONTRIBUTING.md documentation. (#9281)David Teller2021-02-171-82/+189
|
* Add documentation about documentation to CONTRIBUTING.md (#8714)Andrew Morgan2020-11-061-0/+18
| | | | | | This PR adds some documentation that: * Describes who the audience for the `docs/`, `docs/dev/` and `docs/admin/` directories are, as well as Synapse's wiki page. * Stresses that we'd like all documentation to be down in markdown.
* Run mypy as part of the lint.sh script. (#8633)kleph2020-10-281-2/+2
|
* Add option to scripts-dev/lint.sh to only lint files changed since the last ↵Andrew Morgan2020-10-151-0/+4
| | | | | | | | | | git commit (#8472) This PR makes several changes to the `./scripts-dev/lint.sh` script, which lints the codebase with a number of tools: * Adds usage information, with `-h` flag to show it. Otherwise it will show when providing an unknown flag. * Adds option `-d` which will check both staged and unstaged files that have changed since the last commit and add them to the list of files to lint. - Note that only files without an extension, or with a `.py` extension will be allowed. This prevents editing bash scripts causing the linters to break on non-python files. * Improves the print-out of which files/directories are being linted.
* Move lint dependencies to extras_require (#8330)Jonathan de Jong2020-09-171-3/+3
| | | | | Lint dependencies can now be installed with pip install -e ".[lint]" This should help keep the version in sync between tox and documentation.
* Update CONTRIBUTING.md (#7541)Richard van der Hoff2020-05-201-15/+4
|
* Notes on using git (#7496)Richard van der Hoff2020-05-141-58/+113
| | | | | | | * general updates to CONTRIBUTING.md * notes on updating your PR * Notes on squash-merging or otherwise * document git branching model
* Clarify list/set/dict/tuple comprehensions and enforce via flake8 (#6957)Patrick Cloke2020-02-211-1/+1
| | | | Ensure good comprehension hygiene using flake8-comprehensions.
* Update CONTRIBUTING.md about merging PRs. (#6846)Michael Kaye2020-02-041-0/+14
|
* Add tips for the changelog to the pull request template (#6663)Andrew Morgan2020-01-161-2/+2
|
* Markdownification and other fixes to CONTRIBUTING (#6461)Andrew Morgan2019-12-041-0/+210