From 25148dc9afc9fd3a3605c852089978090e7742c9 Mon Sep 17 00:00:00 2001 From: KyleTryon Date: Mon, 15 Aug 2022 11:52:55 -0400 Subject: [PATCH] chore: remove beta issue template --- .github/ISSUE_TEMPLATE/BETA_FEEDBACK.yml | 27 ------------------------ 1 file changed, 27 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/BETA_FEEDBACK.yml diff --git a/.github/ISSUE_TEMPLATE/BETA_FEEDBACK.yml b/.github/ISSUE_TEMPLATE/BETA_FEEDBACK.yml deleted file mode 100644 index 3f76ab1..0000000 --- a/.github/ISSUE_TEMPLATE/BETA_FEEDBACK.yml +++ /dev/null @@ -1,27 +0,0 @@ - -name: "\U0001F4CB Beta: Feedback" -description: Submit any and all general feedback about the beta that does represent a bug or feature request. -title: 'Feedback: ' -labels: [feedback] -# assignees: '' -body: - - type: dropdown - id: version - attributes: - label: Version - description: How would you rate your experience with the CircleCI Config SDK? [1 (poor) - 5 (excellent)] - options: - - "1" - - "2" - - "3" - - "4" - - "5" - - type: textarea - id: comment - attributes: - label: "Describe your experience" - description: "How has your experience been using the CircleCI Config SDK. Share any comments you may have." - placeholder: | - I have found the CircleCI Config SDK to be ... - validations: - required: true