From 0f75bfe17d51a562c99154f055e43f5c883e4550 Mon Sep 17 00:00:00 2001 From: GovanifY Date: Sun, 20 Jul 2025 12:45:45 +0200 Subject: [PATCH] Revert "GitHub: Add types to issue templates" This reverts commit 7faa132622999eb7321a77a104ef9914f29135c6. --- .github/ISSUE_TEMPLATE/app_bug_report.yaml | 1 - .github/ISSUE_TEMPLATE/emu_bug_report.yaml | 1 - .github/ISSUE_TEMPLATE/feature_request.yaml | 1 - 3 files changed, 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/app_bug_report.yaml b/.github/ISSUE_TEMPLATE/app_bug_report.yaml index 08db17aa0e..bd8c4c9d97 100644 --- a/.github/ISSUE_TEMPLATE/app_bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/app_bug_report.yaml @@ -3,7 +3,6 @@ name: Application Bug Report description: Found a problem with the application itself (ie. bad file path handling, UX issue)? Help us improve it. title: "[BUG]: " labels: [Bug] -type: [Bug] # assignees: # - octocat body: diff --git a/.github/ISSUE_TEMPLATE/emu_bug_report.yaml b/.github/ISSUE_TEMPLATE/emu_bug_report.yaml index 4a7c90d096..30f1b91685 100644 --- a/.github/ISSUE_TEMPLATE/emu_bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/emu_bug_report.yaml @@ -3,7 +3,6 @@ name: Emulation Bug Report description: Problem in a game (ie. graphical artifacts, crashes)? Help us improve it. title: "[BUG]: " labels: [Bug] -type: [Bug] # assignees: # - octocat body: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index 08fdb14a66..2785cd2372 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -3,7 +3,6 @@ name: Feature request description: Suggest a new feature or improve an existing one title: "[Feature Request]: " labels: ["Enhancement / Feature Request", "FR: Awaiting Consideration"] -type: [Enhancement] # assignees: # - octocat body: