From 686d55de6ea4e4cc801f04122856c816ba33355d Mon Sep 17 00:00:00 2001 From: Kevin Papst Date: Tue, 8 Dec 2020 20:23:15 +0100 Subject: [PATCH] added config for issue templates (#2172) --- .github/ISSUE_TEMPLATE/config.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..38b2dcb0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Community discussion + 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.