From e0db6d95f6a4e7d1dd3f59717eeea6b8dd4655b5 Mon Sep 17 00:00:00 2001 From: Lauren Clisby Date: Fri, 9 Feb 2024 17:07:45 +0100 Subject: [PATCH] Removed test file --- .github/DISCUSSION_TEMPLATE/Polls.yml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 .github/DISCUSSION_TEMPLATE/Polls.yml diff --git a/.github/DISCUSSION_TEMPLATE/Polls.yml b/.github/DISCUSSION_TEMPLATE/Polls.yml deleted file mode 100644 index 3ae5f9b476..0000000000 --- a/.github/DISCUSSION_TEMPLATE/Polls.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: "EPIC" -description: Create a new Epic issue to collect smaller issues that are part of a larger feature or goal. -title: "" -labels: ["Type: epic"] -body: - - type: textarea - id: description - attributes: - label: "Description" - description: Please enter an explicit description of the large feature or goal - placeholder: Short and explicit description of the epic issue... - validations: - required: true - - type: textarea - id: issues - attributes: - label: "Sub issues" - description: List all sub issues belonging to this - value: | - - [ ] - - [ ] - - [ ] - ... - validations: - required: false \ No newline at end of file