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_report_android.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: 🐞 Bug Report - Android
description: Tell us about something that's not working the way we (probably) intend.
labels: ["Platform: Android", "Type: Bug"]
type: Bug
labels: ["Android", "Bug"]
body:
- type: dropdown
id: integration
Expand Down
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/bug_report_java.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: 🐞 Bug Report - Java
description: Tell us about something that's not working the way we (probably) intend.
labels: ["Platform: Java", "Type: Bug"]
type: Bug
labels: ["Java", "Bug"]
body:
- type: dropdown
id: integration
Expand Down
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/feature_android.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: 💡 Feature Request - Android
description: Tell us about a problem our SDK could solve but doesn't.
labels: ["Platform: Android", "Type: Feature Request"]
type: Feature
labels: ["Android", "Feature"]
body:
- type: textarea
id: problem
Expand Down
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/feature_java.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: 💡 Feature Request - Java
description: Tell us about a problem our SDK could solve but doesn't.
labels: ["Platform: Java", "Type: Feature Request"]
type: Feature
labels: ["Java", "Feature"]
body:
- type: textarea
id: problem
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: Java"]
labels: ["Java"]
body:
- type: textarea
id: description
Expand Down
Loading