From f73320602daea74d2bf67bba101ccf51950a8233 Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Wed, 24 Feb 2021 14:09:44 +0100 Subject: [PATCH] Revert "Add stub for new bug template" This reverts commit f60ad6f3093c44d0b3beacee987605dacc64ba99. --- .github/ISSUE_TEMPLATE/bug_report.yaml | 30 -------------------------- 1 file changed, 30 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.yaml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml deleted file mode 100644 index a9b1b0abff..0000000000 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ /dev/null @@ -1,30 +0,0 @@ -name: Bug report -about: Create a report to help us fix issues. -labels: "Type: Bug" -issue_body: true -body: -- type: input - attributes: - label: Application Version - description: The version of Cura this issue occurs with. - placeholder: 4.8.0 -- type: input - attributes: - label: Platform - description: Information about the operating system the issue occurs on. Include at least the operating system and maybe GPU. - placeholder: Windows 10 - validations: - required: true -- type: input - attributes: - label: Printer - description: Which printer was selected in Cura? - placeholder: Ultimaker S5 -- type: textarea - attributes: - label: Additional Information - description: Extra information relevant to the issue. - placeholder: Tell us what you see! - value: "A bug happened!" - validations: - required: true