From 2d56ed1099809be98183bc9cc58440ae5c0b41da Mon Sep 17 00:00:00 2001 From: Mads Marquart Date: Mon, 24 Nov 2025 13:50:34 +0100 Subject: [PATCH] Fix issue template labels (#4421) --- .github/ISSUE_TEMPLATE/{bug_macos.yml => bug_appkit.yml} | 4 ++-- .github/ISSUE_TEMPLATE/{bug_ios.yml => bug_uikit.yml} | 4 ++-- .github/ISSUE_TEMPLATE/{bug_windows.yml => bug_win32.yml} | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) rename .github/ISSUE_TEMPLATE/{bug_macos.yml => bug_appkit.yml} (96%) rename .github/ISSUE_TEMPLATE/{bug_ios.yml => bug_uikit.yml} (93%) rename .github/ISSUE_TEMPLATE/{bug_windows.yml => bug_win32.yml} (98%) diff --git a/.github/ISSUE_TEMPLATE/bug_macos.yml b/.github/ISSUE_TEMPLATE/bug_appkit.yml similarity index 96% rename from .github/ISSUE_TEMPLATE/bug_macos.yml rename to .github/ISSUE_TEMPLATE/bug_appkit.yml index b10f5f0e0..21a06c87b 100644 --- a/.github/ISSUE_TEMPLATE/bug_macos.yml +++ b/.github/ISSUE_TEMPLATE/bug_appkit.yml @@ -1,8 +1,8 @@ -name: MacOS bug +name: macOS bug description: Create a macOS-specific bug report labels: - B - bug - - DS - macos + - DS - appkit body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/bug_ios.yml b/.github/ISSUE_TEMPLATE/bug_uikit.yml similarity index 93% rename from .github/ISSUE_TEMPLATE/bug_ios.yml rename to .github/ISSUE_TEMPLATE/bug_uikit.yml index c410dd403..a522a5d91 100644 --- a/.github/ISSUE_TEMPLATE/bug_ios.yml +++ b/.github/ISSUE_TEMPLATE/bug_uikit.yml @@ -1,8 +1,8 @@ name: iOS bug -description: Create an iOS-specific bug report +description: Create an iOS/UIKit-specific bug report labels: - B - bug - - DS - ios + - DS - uikit body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/bug_windows.yml b/.github/ISSUE_TEMPLATE/bug_win32.yml similarity index 98% rename from .github/ISSUE_TEMPLATE/bug_windows.yml rename to .github/ISSUE_TEMPLATE/bug_win32.yml index 6869f1b9d..c2a9289b7 100644 --- a/.github/ISSUE_TEMPLATE/bug_windows.yml +++ b/.github/ISSUE_TEMPLATE/bug_win32.yml @@ -2,7 +2,7 @@ name: Windows bug description: Create a Windows-specific bug report labels: - B - bug - - DS - windows + - DS - win32 body: - type: markdown attributes: