From 941be1d0e66bc23042408d6b9fedb0185ddb4275 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tiago=20Concei=C3=A7=C3=A3o?= Date: Sun, 20 Nov 2022 20:27:08 +0000 Subject: [PATCH] Remove questions from issue template --- .github/ISSUE_TEMPLATE/question.md | 12 ------------ .github/ISSUE_TEMPLATE/script.md | 12 ------------ 2 files changed, 24 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/question.md delete mode 100644 .github/ISSUE_TEMPLATE/script.md diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md deleted file mode 100644 index 9c1fc42..0000000 --- a/.github/ISSUE_TEMPLATE/question.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -name: Question -about: Ask a question, no bug related -title: "[QUESTION] " -labels: question -assignees: sn4k3 ---- - -## READ THIS -Do not use issues to post questions! Use discussions instead!: -https://github.com/sn4k3/UVtools/discussions/categories/q-a -## READ THIS \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/script.md b/.github/ISSUE_TEMPLATE/script.md deleted file mode 100644 index 73965f7..0000000 --- a/.github/ISSUE_TEMPLATE/script.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -name: Script -about: Share your PowerShell script or ask something script related -title: "[SCRIPT] " -labels: script -assignees: sn4k3 ---- - -## READ THIS -Do not use issues to post scripts! Use discussions instead!: -https://github.com/sn4k3/UVtools/discussions/categories/scripts -## READ THIS \ No newline at end of file