Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: 🐞 Bug Report
description: Tell us about something that's not working the way we (probably) intend.
labels: ["Platform: Cocoa", "Type: Bug"]
type: Bug
labels: ["Cocoa", "Bug"]
body:
- type: dropdown
id: platform
Expand Down
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/feature.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: 💡 Feature Request
description: Tell us about a problem our SDK could solve but doesn't.
labels: ["Platform: Cocoa", "Type: Feature Request"]
type: Feature
labels: ["Cocoa", "Feature"]
body:
- type: textarea
id: problem
Expand Down
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/flaky-test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Flaky Test
description: For reporting a flaky test.
labels: ["Platform: Cocoa", "Type: Flaky Test"]
type: Task
labels: ["Cocoa", "Task", "Type: Flaky Test"]
body:
- type: input
id: GitHubActionRunLink
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/maintainer-blank.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Blank Issue
description: Blank Issue. Reserved for maintainers.
labels: ["Platform: Cocoa"]
labels: ["Cocoa"]
body:
- type: textarea
id: description
Expand Down
Loading