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

@@ -14,7 +14,7 @@ assignees: ''
1. ... <!-- describe how to reproduce the problem -->
2. ...
3. ...
3. ...
**Expected results:** <!-- what did you expect to see? -->
@@ -27,7 +27,7 @@ assignees: ''
Any logs you think would be useful (if you have a local instance)
-->
```
```bash
```

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)?

View File

@@ -1,6 +1,5 @@
<img src="https://raw.githubusercontent.com/wger-project/wger/master/wger/core/static/images/logos/logo.png" width="100" height="100" />
# wger
# wger
<img src="https://raw.githubusercontent.com/wger-project/wger/master/wger/core/static/images/logos/logo.png" width="100" height="100" />
wger (ˈɡɐ) Workout Manager is a free, open source web application that help
you manage your personal workouts, weight and diet plans and can also be used
@@ -54,7 +53,7 @@ it is only intended as an easy to setup demo
#### Docker
We provide a docker compose file that sets everything up for development and
persists the database on a volume. From the root folder just call
persists the database on a volume. From the root folder just call
````shell script
docker-compose -f extras/docker/compose/docker-compose.yml up

View File

@@ -1,3 +1,5 @@
# Extract locales from angular app
Run on angular root folder