diff --git a/.gitlab/issue_templates/new_app.md b/.gitlab/issue_templates/new_app.md
index a27b00ed6bda7883c952a0a6e43a44969cf553b6..30b402080e56843b2867893acb215b5ea0251fb6 100644
--- a/.gitlab/issue_templates/new_app.md
+++ b/.gitlab/issue_templates/new_app.md
@@ -2,9 +2,15 @@
 
 ## Single sign-on
 
-- [ ] Integrate the new app into the signle sign-on system
+* [ ] Integrate the new app into the signle sign-on system
+
+## Documentation
+
+* [ ] Add app to `docs/installation_instructions.md`
+* [ ] Add app to `docs/testing_instructions.md`
 
 ## Tests
 
-- [ ] Add behave feature (`tests/behave/feature`)
-- [ ] Check for successful helmrelease (`test/pytest/test_helmreleases.py`)
+* [ ] Add behave feature (`tests/behave/feature`)
+* [ ] Check for successful helmrelease (`test/pytest/test_helmreleases.py`)
+* [ ] Test cert (`test/pytest/test_certs.py`)