From a637eaacc66478083fc4fee34d8b7ff32cf3411f Mon Sep 17 00:00:00 2001 From: Davi Costa Date: Tue, 10 Sep 2024 14:15:17 -0300 Subject: [PATCH] remove idea issue template --- .github/ISSUE_TEMPLATE/idea.yml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/idea.yml diff --git a/.github/ISSUE_TEMPLATE/idea.yml b/.github/ISSUE_TEMPLATE/idea.yml deleted file mode 100644 index 4d0e4a660c..0000000000 --- a/.github/ISSUE_TEMPLATE/idea.yml +++ /dev/null @@ -1,22 +0,0 @@ -name: Idea -description: Suggest an enhacement to Shoreline. -labels: ['idea', 'status: pending'] -body: - - type: markdown - attributes: - value: Please search open/closed issues before submitting, as the issue may have already been reported/addressed. - - type: textarea - id: summary - attributes: - label: Summary - description: 'Provide a description of the suggestion or feature you want to see. Include any relevant links, screenshots or videos.' - validations: - required: true - - type: textarea - id: rationale - attributes: - label: Rationale - description: 'Explain the benefit and the rationale of adding this feature to Shoreline.' - - type: markdown - attributes: - value: Thanks for taking the time to fill out this request ✨