From 35e79353f369d91177c87c93e4e6dbec9c8a9d9f Mon Sep 17 00:00:00 2001 From: Yasir Modak <42785357+ymodak@users.noreply.github.com> Date: Wed, 21 May 2025 14:11:57 -0700 Subject: [PATCH] Revert "Create bug_report.yml" --- .github/ISSUE_TEMPLATE/bug_report.yml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml deleted file mode 100644 index b914b9d..0000000 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ /dev/null @@ -1,22 +0,0 @@ -name: Bug report -description: Use this template to report bugs -labels: ["type:bug"] -body: - - type: markdown - attributes: - value: > - - type: textarea - id: description - attributes: - label: > - Description of the bug: - - type: textarea - id: behavior - attributes: - label: > - Actual vs expected behavior: - - type: textarea - id: info - attributes: - label: > - Any other information you'd like to share?