From 9537e377e09bbd579c758fd9456581c9918ca862 Mon Sep 17 00:00:00 2001 From: wunderfisch Date: Thu, 19 Oct 2023 16:09:45 +0200 Subject: [PATCH 1/2] first draft for possible templates to get certain information when writing issues. --- .gitlab/issue_templates/bug-template.md | 26 +++++++++++++++++++++ .gitlab/issue_templates/chore-template.md | 18 ++++++++++++++ .gitlab/issue_templates/feature-template.md | 19 +++++++++++++++ 3 files changed, 63 insertions(+) create mode 100644 .gitlab/issue_templates/bug-template.md create mode 100644 .gitlab/issue_templates/chore-template.md create mode 100644 .gitlab/issue_templates/feature-template.md diff --git a/.gitlab/issue_templates/bug-template.md b/.gitlab/issue_templates/bug-template.md new file mode 100644 index 0000000..cb7a28d --- /dev/null +++ b/.gitlab/issue_templates/bug-template.md @@ -0,0 +1,26 @@ +## oh no a bug 🐛 + +### Description what has happened + +Short overview how the bug manifests. + +### which OS + version is your device + +[ ] Android _number_ +[ ] iOS _number_ + +### which drip version are you using + +_On your phone go to ➞ menu on the top right ➞ about, scroll to the very bottom and find the number_ + +### how did it happen + +_after what, always/sometimes, is it reproducable(how)?_ + +### describe how it looks or add screenshot + +feel free to attach a file 📎 + +### any idea to solve it + +💡 diff --git a/.gitlab/issue_templates/chore-template.md b/.gitlab/issue_templates/chore-template.md new file mode 100644 index 0000000..fed6878 --- /dev/null +++ b/.gitlab/issue_templates/chore-template.md @@ -0,0 +1,18 @@ +## This has to be done 🪠 + +### Description what has to be done + +Short overview + +### is it urgent? ⏳ + +[ ] Yes +[ ] No +[ ] something in between + +### which OS + +[ ] Android +[ ] iOS + +### what shall be the ideal outcome 🎆 diff --git a/.gitlab/issue_templates/feature-template.md b/.gitlab/issue_templates/feature-template.md new file mode 100644 index 0000000..eb6291e --- /dev/null +++ b/.gitlab/issue_templates/feature-template.md @@ -0,0 +1,19 @@ +## Yeah a feature idea 🧩 + +### what should this feature do or solve? 🪄 + +Please describe so any one can understand. + +### what is particular important to the people who would use it? + +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? + +### any idea how it shall look (sketch?) + +feel free to attach a file 📎 + +### what could be difficulties (with other components) 🪆 From e7f76bad3330e6a79257fc45a2e649c31ac5eae5 Mon Sep 17 00:00:00 2001 From: bl00dymarie Date: Fri, 20 Oct 2023 09:12:44 +0000 Subject: [PATCH 2/2] 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?)