diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index ee627e11..4094b3ab 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,7 +1,6 @@ name: 🐞 Bug Report description: Tell us about something that's not working the way we (probably) intend. -labels: ["Platform: KMP", "Type: Bug"] -type: Bug +labels: ["KMP", "Bug"] body: - type: dropdown id: environment diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml index 943db893..3b2a1e24 100644 --- a/.github/ISSUE_TEMPLATE/feature.yml +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -1,7 +1,6 @@ name: 💡 Feature Request description: Tell us about a problem our SDK could solve but doesn't. -labels: ["Platform: KMP", "Type: Feature Request"] -type: Feature +labels: ["KMP", "Feature"] body: - type: textarea id: problem diff --git a/.github/ISSUE_TEMPLATE/maintainer-blank.yml b/.github/ISSUE_TEMPLATE/maintainer-blank.yml index 469698f5..6be362fd 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: KMP"] +labels: ["KMP"] body: - type: textarea id: description @@ -14,4 +14,4 @@ body: attributes: value: |- ## Thanks 🙏 - Check our [triage docs](https://open.sentry.io/triage/) for what to expect next. \ No newline at end of file + Check our [triage docs](https://open.sentry.io/triage/) for what to expect next.