From fa190163efda654b96d8976007f0cddf3884c395 Mon Sep 17 00:00:00 2001 From: Philipp Schmurr Date: Fri, 23 Aug 2024 09:23:45 +0200 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/discussion.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/discussion.md diff --git a/.github/ISSUE_TEMPLATE/discussion.md b/.github/ISSUE_TEMPLATE/discussion.md new file mode 100644 index 0000000..414b73c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/discussion.md @@ -0,0 +1,17 @@ +--- +name: Discussion +about: Something is missing or needs a change but no clear path forward exists +title: "[Discussion]" +labels: '' +assignees: '' + +--- + +# Use case description +Describe the case that is going through your mind. + +# What feels not properly handled? +Describe the current way the requirements reflect on that. + +# What would you have others discuss about that? +State the points where you could need some input.