From f5c4549cff6e23a36e384aad8bfe17dbc6342520 Mon Sep 17 00:00:00 2001 From: Jim Crist-Harif Date: Mon, 6 Nov 2023 22:58:34 -0600 Subject: [PATCH] Add question issue template --- .github/ISSUE_TEMPLATE/config.yml | 2 +- .github/ISSUE_TEMPLATE/question.yml | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/question.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 3ba13e0c..0086358d 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1 +1 @@ -blank_issues_enabled: false +blank_issues_enabled: true diff --git a/.github/ISSUE_TEMPLATE/question.yml b/.github/ISSUE_TEMPLATE/question.yml new file mode 100644 index 00000000..95b17191 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.yml @@ -0,0 +1,17 @@ +name: ❓ Question +description: Ask a question +body: + - type: markdown + attributes: + value: Thanks for taking the time to ask a question! + + - type: textarea + id: description + attributes: + label: Question + description: > + Ask your question here. Please search through existing and closed + issues first to ensure your question hasn't already been answered + elsewhere. + validations: + required: true