Fix linting errors for markdown

This commit is contained in:
Roland Geider
2021-08-09 18:04:10 +02:00
parent b5663800ea
commit 13c44ff543
4 changed files with 14 additions and 15 deletions

View File

@@ -1,17 +1,15 @@
### Proposed Changes
# Proposed Changes
-
-
-
-
-
-
### Please check that the PR fulfills these requirements
## Please check that the PR fulfills these requirements
- [ ] Tests for the changes have been added (for bug fixes / features)
- [ ] Added yourself to AUTHORS.rst
### Other questions
* Does this PR introduce a breaking change such as a database migration? (i.e.
what changes might users need to make in their local instance due to this PR?)
* Note that your code will be automatically linted and formatted with yapf and
isort when it's merged
* Do users need to run some commmands in their local instances due to this PR
(e.g. database migration)?