diff --git a/.gitlab/issue_templates/release.md b/.gitlab/issue_templates/release.md
new file mode 100644
index 0000000000000000000000000000000000000000..e830a546bd0955e05530533e8fc8bb6b6e680601
--- /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