diff --git a/.github/ISSUE_TEMPLATE/bug_report_android.yml b/.github/ISSUE_TEMPLATE/bug_report_android.yml index e3cd0de8d9..f76c38dbe7 100644 --- a/.github/ISSUE_TEMPLATE/bug_report_android.yml +++ b/.github/ISSUE_TEMPLATE/bug_report_android.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/bug_report_java.yml b/.github/ISSUE_TEMPLATE/bug_report_java.yml index 3eb8a8ffa3..c6817a5a0c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report_java.yml +++ b/.github/ISSUE_TEMPLATE/bug_report_java.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/feature_android.yml b/.github/ISSUE_TEMPLATE/feature_android.yml index 30a6001ed3..d1f7102456 100644 --- a/.github/ISSUE_TEMPLATE/feature_android.yml +++ b/.github/ISSUE_TEMPLATE/feature_android.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/feature_java.yml b/.github/ISSUE_TEMPLATE/feature_java.yml index 11772b044f..686ad45e22 100644 --- a/.github/ISSUE_TEMPLATE/feature_java.yml +++ b/.github/ISSUE_TEMPLATE/feature_java.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/maintainer-blank.yml b/.github/ISSUE_TEMPLATE/maintainer-blank.yml index 3c4607c465..150f35a131 100644 --- a/.github/ISSUE_TEMPLATE/maintainer-blank.yml +++ b/.github/ISSUE_TEMPLATE/maintainer-blank.yml @@ -1,6 +1,6 @@ name: Blank Issue description: Blank Issue. Reserved for maintainers. -labels: ["Platform: Java"] +labels: ["Java"] body: - type: textarea id: description