Fix issue template labels (#4421)

This commit is contained in:
Mads Marquart
2025-11-24 13:50:34 +01:00
committed by GitHub
parent 7b1dd52ad1
commit 2d56ed1099
3 changed files with 5 additions and 5 deletions

View File

@@ -1,8 +1,8 @@
name: MacOS bug name: macOS bug
description: Create a macOS-specific bug report description: Create a macOS-specific bug report
labels: labels:
- B - bug - B - bug
- DS - macos - DS - appkit
body: body:
- type: markdown - type: markdown
attributes: attributes:

View File

@@ -1,8 +1,8 @@
name: iOS bug name: iOS bug
description: Create an iOS-specific bug report description: Create an iOS/UIKit-specific bug report
labels: labels:
- B - bug - B - bug
- DS - ios - DS - uikit
body: body:
- type: markdown - type: markdown
attributes: attributes:

View File

@@ -2,7 +2,7 @@ name: Windows bug
description: Create a Windows-specific bug report description: Create a Windows-specific bug report
labels: labels:
- B - bug - B - bug
- DS - windows - DS - win32
body: body:
- type: markdown - type: markdown
attributes: attributes: