From 5c9d12fef02e0b84bee2633ab04bdc41a50a6e76 Mon Sep 17 00:00:00 2001 From: Krille Date: Wed, 12 Feb 2025 10:36:26 +0100 Subject: [PATCH] chore: Remove unnecessary template --- .github/ISSUE_TEMPLATE/epic.yml | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/epic.yml diff --git a/.github/ISSUE_TEMPLATE/epic.yml b/.github/ISSUE_TEMPLATE/epic.yml deleted file mode 100644 index 83de96b5..00000000 --- a/.github/ISSUE_TEMPLATE/epic.yml +++ /dev/null @@ -1,32 +0,0 @@ -name: 🥸 [Product only] Create epic -description: "Creates a new epic which is used to build the Famedly Roadmap" -labels: ["epic"] -body: - - type: markdown - attributes: - value: | - This should be filled out by product. - - type: textarea - id: summary - attributes: - label: summary - description: Please write a summary - validations: - required: true - - type: textarea - id: intended-outcome - attributes: - label: Intended Outcome - description: What is the outcome for the user? - validations: - required: true - - type: textarea - id: technical-solution - attributes: - label: How will it work? - description: Please write down, how it will work - - type: textarea - id: additional - attributes: - label: Additional Context - description: Please add any other infos that could be useful.