Skip to content

Commit

Permalink
Merge branch 'main' into lcian/feat/report-missing-integrations
Browse files Browse the repository at this point in the history
  • Loading branch information
lcian authored Mar 6, 2025
2 parents db7a215 + 1a52aa2 commit 2e0e806
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug_report_android.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
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
body:
- type: dropdown
id: integration
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug_report_java.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
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
body:
- type: dropdown
id: integration
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/feature_android.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
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
body:
- type: textarea
id: problem
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/feature_java.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
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
body:
- type: textarea
id: problem
Expand Down

0 comments on commit 2e0e806

Please sign in to comment.