From 8ddd2d74d1ad046ca07c2316044781497fe605e3 Mon Sep 17 00:00:00 2001 From: Stefan Haustein Date: Sat, 25 Jun 2022 19:25:30 +0200 Subject: [PATCH] Update issue templates Remove questions template, as we have added the discussions option --- .github/ISSUE_TEMPLATE/question.md | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/question.md diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md deleted file mode 100644 index 16f0cd9..0000000 --- a/.github/ISSUE_TEMPLATE/question.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -name: Question -about: Asks things about the project -title: '' -labels: question -assignees: '' - ----