From e7f76bad3330e6a79257fc45a2e649c31ac5eae5 Mon Sep 17 00:00:00 2001 From: bl00dymarie Date: Fri, 20 Oct 2023 09:12:44 +0000 Subject: [PATCH] implement feedback suggestions --- .gitlab/issue_templates/bug-template.md | 6 +++--- .gitlab/issue_templates/chore-template.md | 4 ++++ .gitlab/issue_templates/feature-template.md | 6 +++--- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.gitlab/issue_templates/bug-template.md b/.gitlab/issue_templates/bug-template.md index cb7a28d..192b858 100644 --- a/.gitlab/issue_templates/bug-template.md +++ b/.gitlab/issue_templates/bug-template.md @@ -9,13 +9,13 @@ Short overview how the bug manifests. [ ] Android _number_ [ ] iOS _number_ -### which drip version are you using +### which drip version number are you using -_On your phone go to ➞ menu on the top right ➞ about, scroll to the very bottom and find the number_ +_On your phone go to ➞ menu on the top right ➞ about, scroll to the very bottom and find the version number_ ### how did it happen -_after what, always/sometimes, is it reproducable(how)?_ +_what triggered the bug/behavior, always/sometimes, is it reproducible(how)?_ ### describe how it looks or add screenshot diff --git a/.gitlab/issue_templates/chore-template.md b/.gitlab/issue_templates/chore-template.md index fed6878..824f999 100644 --- a/.gitlab/issue_templates/chore-template.md +++ b/.gitlab/issue_templates/chore-template.md @@ -10,9 +10,13 @@ Short overview [ ] No [ ] something in between +_Explain the urgency if possible, e.g. is it a security vulnerability for potentially everyone?_ + ### which OS [ ] Android [ ] iOS ### what shall be the ideal outcome 🎆 + +_You can e.g. specify here the version number for a library update_ diff --git a/.gitlab/issue_templates/feature-template.md b/.gitlab/issue_templates/feature-template.md index eb6291e..7abcba8 100644 --- a/.gitlab/issue_templates/feature-template.md +++ b/.gitlab/issue_templates/feature-template.md @@ -2,15 +2,15 @@ ### what should this feature do or solve? 🪄 -Please describe so any one can understand. +Please give a short overview so as many people as possible would be able to understand. -### what is particular important to the people who would use it? +### what is particularly important to the people who would use this feature? Do you have certain user groups in mind? ### Any idea where it shall be placed in the app? -### is it connected with some other feature? +### is it connected with or dependent on some other feature? ### any idea how it shall look (sketch?)