From 1a52aa2958cf68cd7cca383bb4840758527daa04 Mon Sep 17 00:00:00 2001 From: Karl Heinz Struggl Date: Wed, 5 Mar 2025 06:23:48 -0800 Subject: [PATCH] adds default issue types to issue templates (#4234) --- .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 20db87e363..e3cd0de8d9 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 18ebe6b620..3eb8a8ffa3 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 31619ab8c9..30a6001ed3 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 ed50985676..11772b044f 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