mirror of
https://github.com/wger-project/wger.git
synced 2026-02-18 00:17:51 +01:00
Fix linting errors for markdown
This commit is contained in:
4
.github/ISSUE_TEMPLATE/1_bug.md
vendored
4
.github/ISSUE_TEMPLATE/1_bug.md
vendored
@@ -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
|
||||
```
|
||||
|
||||
|
||||
|
||||
16
.github/pull_request_template.md
vendored
16
.github/pull_request_template.md
vendored
@@ -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)?
|
||||
|
||||
@@ -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 (ˈvɛɡɐ) 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
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
# Extract locales from angular app
|
||||
|
||||
Run on angular root folder
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user