diff --git a/.github/ISSUE_TEMPLATE/1_bug.md b/.github/ISSUE_TEMPLATE/1_bug.md
index f02921c0c..0b3ed02d4 100644
--- a/.github/ISSUE_TEMPLATE/1_bug.md
+++ b/.github/ISSUE_TEMPLATE/1_bug.md
@@ -14,7 +14,7 @@ assignees: ''
1. ...
2. ...
-3. ...
+3. ...
**Expected results:**
@@ -27,7 +27,7 @@ assignees: ''
Any logs you think would be useful (if you have a local instance)
-->
-```
+```bash
```
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index f66db9eb7..df123e65b 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -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)?
diff --git a/README.md b/README.md
index dcb7bf776..822d2a291 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,5 @@
-
-
-# wger
+# wger
+
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
diff --git a/angular/src/locale/README.md b/angular/src/locale/README.md
index de798b947..aa34c1af7 100644
--- a/angular/src/locale/README.md
+++ b/angular/src/locale/README.md
@@ -1,3 +1,5 @@
+# Extract locales from angular app
+
Run on angular root folder