From 451c96868a17c50d2c8b997ef13f6c3a0416a073 Mon Sep 17 00:00:00 2001 From: Karmaa <88517757+LukeGus@users.noreply.github.com> Date: Wed, 1 Oct 2025 11:06:54 -0500 Subject: [PATCH] Delete .github/ISSUE_TEMPLATE/pull_request_template.bug_report.yml --- .../pull_request_template.bug_report.yml | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/pull_request_template.bug_report.yml diff --git a/.github/ISSUE_TEMPLATE/pull_request_template.bug_report.yml b/.github/ISSUE_TEMPLATE/pull_request_template.bug_report.yml deleted file mode 100644 index 536cc38d..00000000 --- a/.github/ISSUE_TEMPLATE/pull_request_template.bug_report.yml +++ /dev/null @@ -1,11 +0,0 @@ -name: Bug report -description: Create a report to help Termix improve -body: - - type: input - id: title - attributes: - label: Title - description: Brief, descriptive title for the PR - placeholder: "Brief description of the PR" - validations: - required: true