From f0a4fad878a815bd66716fb0c8ff62bca17ee9de Mon Sep 17 00:00:00 2001 From: Matti Nannt Date: Wed, 20 Nov 2024 12:42:01 +0100 Subject: [PATCH] chore: add github issue task template (#4340) --- .github/ISSUE_TEMPLATE/config.yml | 2 +- .github/ISSUE_TEMPLATE/task.yml | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/task.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 11768ae27b..431621e3d8 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,4 +1,4 @@ -blank_issues_enabled: true +blank_issues_enabled: false contact_links: - name: Questions url: https://github.com/formbricks/formbricks/discussions diff --git a/.github/ISSUE_TEMPLATE/task.yml b/.github/ISSUE_TEMPLATE/task.yml new file mode 100644 index 0000000000..f2e12d24e1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/task.yml @@ -0,0 +1,11 @@ +name: Task (internal) +description: "Template for creating a task. Used by the Formbricks Team only \U0001f4e5" +type: task +body: + - type: textarea + id: task-summary + attributes: + label: Task description + description: A clear detailed-rich description of the task. + validations: + required: true