From acb946852afacf2a4c14815463a02b3d4d58b937 Mon Sep 17 00:00:00 2001 From: Jonathan Schweder Date: Fri, 9 Oct 2020 12:24:06 +0100 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/question.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/question.md diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 0000000..c178d7b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,11 @@ +--- +name: Question +about: I have a question +title: "[QUESTION] I have a question!" +labels: question +assignees: '' + +--- + +** What is your question? ** +Describe what is your question and (when applicable) which workaround have you tried yet.