diff --git a/.gitlab/issue_templates/release.md b/.gitlab/issue_templates/release.md
new file mode 100644
index 0000000000000000000000000000000000000000..7caec1081d87ea9364515c9207bf97bd85994673
--- /dev/null
+++ b/.gitlab/issue_templates/release.md
@@ -0,0 +1,10 @@
+# Release checklist:
+
+- [ ] update/review documentation and make sure it matches the current state
+  - Update how to checkout the latest stable tag
+- [ ] update [CHANGELOG.md](https://keepachangelog.com/en/1.0.0/)
+  - Include `Known issues`
+- [ ] update the version number in the `VERSION` file
+- [ ] commit
+- [ ] create signed tag (`git tag -s 0.2.0 -m'Release 0.2.0'`)
+- [ ] Push to MR, including tag