From 4cab1d323c768d02ee7f6fdee39db6013f94bffc Mon Sep 17 00:00:00 2001 From: Kevin Papst Date: Tue, 8 Dec 2020 23:11:48 +0100 Subject: [PATCH] remove support as issue types (#2173) --- .github/ISSUE_TEMPLATE/config.yml | 4 ++-- .github/ISSUE_TEMPLATE/support---question.md | 18 ------------------ 2 files changed, 2 insertions(+), 20 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/support---question.md diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 38b2dcb0..2a474dc5 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,5 @@ blank_issues_enabled: false contact_links: - - name: Community discussion + - name: "Support / Questions / Discussions" url: https://github.com/kevinpapst/kimai2/discussions - about: Forum for supoport and getting answer to your questions. Discuss anything that is neither a bug nor a request for a new feature here. + about: "This forum is for support questions: eg. if you need help with your Kimai installation, want to know how to use a Kimai feature or wonder where to start creating a new Kimai plugin." diff --git a/.github/ISSUE_TEMPLATE/support---question.md b/.github/ISSUE_TEMPLATE/support---question.md deleted file mode 100644 index d1f0067a..00000000 --- a/.github/ISSUE_TEMPLATE/support---question.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -name: Support / Question -about: Need help with your Kimai installation? -title: '' -labels: support -assignees: '' - ---- - -**Description** -A clear and concise description of what the problem is. - -**Screenshot** -Add a mockup / screenshot of your idea here - -**Additional context** - - Kimai version: ?.? - - PHP version: ?.?