Skip to content

Commit 5bf2b17

Browse files
authored
Update GH issue templates for Linear compatibility (#5821)
1 parent 07d7e83 commit 5bf2b17

File tree

4 files changed

+4
-7
lines changed

4 files changed

+4
-7
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: 🐞 Bug Report
22
description: Tell us about something that's not working the way we (probably) intend.
3-
labels: ["Platform: Cocoa", "Type: Bug"]
4-
type: Bug
3+
labels: ["Cocoa", "Bug"]
54
body:
65
- type: dropdown
76
id: platform

.github/ISSUE_TEMPLATE/feature.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: 💡 Feature Request
22
description: Tell us about a problem our SDK could solve but doesn't.
3-
labels: ["Platform: Cocoa", "Type: Feature Request"]
4-
type: Feature
3+
labels: ["Cocoa", "Feature"]
54
body:
65
- type: textarea
76
id: problem

.github/ISSUE_TEMPLATE/flaky-test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: Flaky Test
22
description: For reporting a flaky test.
3-
labels: ["Platform: Cocoa", "Type: Flaky Test"]
4-
type: Task
3+
labels: ["Cocoa", "Task", "Type: Flaky Test"]
54
body:
65
- type: input
76
id: GitHubActionRunLink

.github/ISSUE_TEMPLATE/maintainer-blank.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Blank Issue
22
description: Blank Issue. Reserved for maintainers.
3-
labels: ["Platform: Cocoa"]
3+
labels: ["Cocoa"]
44
body:
55
- type: textarea
66
id: description

0 commit comments

Comments
 (0)