From 8100f5c38b8b9f62d4fde95252cf8bca97e9c851 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Mon, 12 Feb 2024 15:52:26 -0700 Subject: [PATCH] Create question.yml --- .github/DISCUSSION_TEMPLATE/question.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/DISCUSSION_TEMPLATE/question.yml diff --git a/.github/DISCUSSION_TEMPLATE/question.yml b/.github/DISCUSSION_TEMPLATE/question.yml new file mode 100644 index 000000000..8b1471ee3 --- /dev/null +++ b/.github/DISCUSSION_TEMPLATE/question.yml @@ -0,0 +1,12 @@ +name: Question +description: General question about Frigate +title: "[Question]: " +labels: ["question"] +assignees: [] +body: + - type: textarea + id: description + attributes: + label: What is your question: + validations: + required: true