From 44d32259327a01b13aeec482a718b6c762647b35 Mon Sep 17 00:00:00 2001 From: Ammar Bandukwala Date: Tue, 15 Nov 2022 20:02:50 +0000 Subject: [PATCH] .github: remove issue templates Developers prefer no template based on Slack poll. --- .github/ISSUE_TEMPLATE/bug-report.yml | 40 -------------------------- .github/ISSUE_TEMPLATE/config.yml | 5 ---- .github/ISSUE_TEMPLATE/enhancement.yml | 15 ---------- .github/ISSUE_TEMPLATE/feedback.yml | 10 ------- 4 files changed, 70 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug-report.yml delete mode 100644 .github/ISSUE_TEMPLATE/config.yml delete mode 100644 .github/ISSUE_TEMPLATE/enhancement.yml delete mode 100644 .github/ISSUE_TEMPLATE/feedback.yml diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml deleted file mode 100644 index 3221c99c9f..0000000000 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ /dev/null @@ -1,40 +0,0 @@ -name: Bug Report -description: Report a bug encountered while using Coder. -labels: bug -body: - - type: textarea - id: problem - attributes: - label: What happened? - description: | - Please provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. - If this matter is security related, please disclose it privately via https://coder.com/security - validations: - required: true - - - type: textarea - id: expected - attributes: - label: What did you expect to happen? - validations: - required: true - -# - type: textarea -# id: repro -# attributes: -# label: How can we reproduce it (as minimally and precisely as possible)? -# -# - type: textarea -# id: additional -# attributes: -# label: Anything else we need to know? -# -# - type: textarea -# id: coderVersion -# attributes: -# label: Coder version -# value: | -# ```console -# $ coder version -# # paste output here -# ``` diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml deleted file mode 100644 index f03e2af366..0000000000 --- a/.github/ISSUE_TEMPLATE/config.yml +++ /dev/null @@ -1,5 +0,0 @@ -blank_issues_enabled: true -contact_links: - - name: Contact Sales - url: https://coder.com/demo - about: Request a demo of Coder Enterprise. diff --git a/.github/ISSUE_TEMPLATE/enhancement.yml b/.github/ISSUE_TEMPLATE/enhancement.yml deleted file mode 100644 index 26e4adc665..0000000000 --- a/.github/ISSUE_TEMPLATE/enhancement.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: Enhancement -description: Provide supporting details to request development of a feature. -labels: enhancement -body: - - type: textarea - id: feature - attributes: - label: What would you like to be added? - validations: - required: true - - - type: textarea - id: rationale - attributes: - label: Why is this needed? diff --git a/.github/ISSUE_TEMPLATE/feedback.yml b/.github/ISSUE_TEMPLATE/feedback.yml deleted file mode 100644 index 741e26e6cd..0000000000 --- a/.github/ISSUE_TEMPLATE/feedback.yml +++ /dev/null @@ -1,10 +0,0 @@ -name: Feedback -description: Share your experience with us. -labels: feedback -body: - - type: textarea - id: feature - attributes: - label: What would you like share? - validations: - required: true