Skip to content

Commit 2d56ed1

Browse files
authored
Fix issue template labels (#4421)
1 parent 7b1dd52 commit 2d56ed1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name: MacOS bug
1+
name: macOS bug
22
description: Create a macOS-specific bug report
33
labels:
44
- B - bug
5-
- DS - macos
5+
- DS - appkit
66
body:
77
- type: markdown
88
attributes:
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: iOS bug
2-
description: Create an iOS-specific bug report
2+
description: Create an iOS/UIKit-specific bug report
33
labels:
44
- B - bug
5-
- DS - ios
5+
- DS - uikit
66
body:
77
- type: markdown
88
attributes:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Windows bug
22
description: Create a Windows-specific bug report
33
labels:
44
- B - bug
5-
- DS - windows
5+
- DS - win32
66
body:
77
- type: markdown
88
attributes:

0 commit comments

Comments
 (0)