From 9117ee937449a7b4fc3e1bf0ec012fd2390260e7 Mon Sep 17 00:00:00 2001 From: Austen Date: Tue, 19 Mar 2024 14:21:41 -0700 Subject: [PATCH] chore: Delete v4 issue template --- .github/ISSUE_TEMPLATE/bug-report-v4.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug-report-v4.yml diff --git a/.github/ISSUE_TEMPLATE/bug-report-v4.yml b/.github/ISSUE_TEMPLATE/bug-report-v4.yml deleted file mode 100644 index 238c9f154a4..00000000000 --- a/.github/ISSUE_TEMPLATE/bug-report-v4.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: V.4 Bug Report & Feedback -description: Report an issue/feedback for Serverless Framework v.4 Alpha/Beta release -labels: V4 -body: - - type: textarea - id: version - attributes: - label: What version of Serverless Framework are you using? - description: Output of `serverless --version` - validations: - required: true - - type: textarea - id: what-happened - attributes: - label: Issue description / feedback - description: Describe the issue, repro steps, and important context to help us reproduce the issue and find the root cause. - validations: - required: true