From c7d8bc7663c15fd1b5f3125fc27b9ab73b0cc895 Mon Sep 17 00:00:00 2001 From: Varac <varac@varac.net> Date: Tue, 14 Jan 2020 11:23:32 +0100 Subject: [PATCH] Update issue template for new app --- .gitlab/issue_templates/new_app.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.gitlab/issue_templates/new_app.md b/.gitlab/issue_templates/new_app.md index a27b00ed6..30b402080 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`) -- GitLab