From 39743178f882c7be133bf3bcdbd53570ffee77b9 Mon Sep 17 00:00:00 2001 From: Karl Heinz Struggl Date: Wed, 5 Mar 2025 14:48:19 +0100 Subject: [PATCH] adds default issue types to issue templates --- .github/ISSUE_TEMPLATE/bug_report_android.yml | 1 + .github/ISSUE_TEMPLATE/bug_report_java.yml | 1 + .github/ISSUE_TEMPLATE/feature_android.yml | 1 + .github/ISSUE_TEMPLATE/feature_java.yml | 1 + 4 files changed, 4 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report_android.yml b/.github/ISSUE_TEMPLATE/bug_report_android.yml index 20db87e3631..e3cd0de8d92 100644 --- a/.github/ISSUE_TEMPLATE/bug_report_android.yml +++ b/.github/ISSUE_TEMPLATE/bug_report_android.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/bug_report_java.yml b/.github/ISSUE_TEMPLATE/bug_report_java.yml index 18ebe6b6203..3eb8a8ffa3d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report_java.yml +++ b/.github/ISSUE_TEMPLATE/bug_report_java.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/feature_android.yml b/.github/ISSUE_TEMPLATE/feature_android.yml index 31619ab8c9c..30a6001ed3e 100644 --- a/.github/ISSUE_TEMPLATE/feature_android.yml +++ b/.github/ISSUE_TEMPLATE/feature_android.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/feature_java.yml b/.github/ISSUE_TEMPLATE/feature_java.yml index ed509856762..11772b044f0 100644 --- a/.github/ISSUE_TEMPLATE/feature_java.yml +++ b/.github/ISSUE_TEMPLATE/feature_java.yml @@ -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