diff --git a/docs/pull_request_template.md b/docs/pull_request_template.md
index 26b27ecc..2332596a 100644
--- a/docs/pull_request_template.md
+++ b/docs/pull_request_template.md
@@ -1,15 +1,12 @@
-🚨 PR Guidelines:
+- This fixes issue(s):
-# New features *(v2.2.0)*
+## PR Description:
-All future work towards *`v2.2.0`* is done against `master` now.
-Any patch work to existing versions will have to create a new branch against the tagged versions.
+
-# Describe your PR
-
-If the changes has been discussed in an Issue, please tag it so that we can backtrace from the issue later on.
-If the PR is larger than twenty lines, please describe it here unless described in an issue.
-
-# Testing
-
-Any new feature or stability improvement should be tested if possible. Please follow the test instructions at the bottom of the README or use the ISO built on each PR.
+## Tests and Checks
+- [ ] I have tested the code!
+