From 695a94d479e3aff0b5d5208703420877cf8b251d Mon Sep 17 00:00:00 2001 From: Frederik Ring Date: Thu, 1 Sep 2022 14:30:42 +0200 Subject: [PATCH] Add template for support request issue --- .github/ISSUE_TEMPLATE/support_request.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/support_request.md diff --git a/.github/ISSUE_TEMPLATE/support_request.md b/.github/ISSUE_TEMPLATE/support_request.md new file mode 100644 index 0000000..e2bb7bd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/support_request.md @@ -0,0 +1,20 @@ +--- +name: Support request +about: Ask for help +title: '' +labels: '' +assignees: '' + +--- + +**What are you trying to do?** +A clear and concise description of what you are trying to do, but cannot get working. + +**What is your current configuration?** +Add the full configuration you are using. Please redact out any real-world credentials. + +**Log output** +Provide the full log output of your setup. + +**Additional context** +Add any other context or screenshots about the support request here.