From b277682bfee7e454d322b8015cea3e373ec20a02 Mon Sep 17 00:00:00 2001 From: Christopher Desiniotis Date: Thu, 15 Jan 2026 13:55:19 -0800 Subject: [PATCH] Remove blank issue template and rename question template Signed-off-by: Christopher Desiniotis --- .github/ISSUE_TEMPLATE/config.yml | 1 + .github/ISSUE_TEMPLATE/question.md | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) 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 000000000..3ba13e0ce --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index 35c6c1137..1ae7b0820 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -1,8 +1,8 @@ --- -name: Question -about: Ask a question +name: Question / General Discussion +about: Ask a question or raise a discussion title: "[Question]: " labels: ["question"] --- - +