From 5c7110d491c4903cdc880a5addc5c9ba36b05be8 Mon Sep 17 00:00:00 2001 From: Stephanie Anderson Date: Tue, 29 Apr 2025 18:48:00 +0200 Subject: [PATCH 1/2] Update GH issue templates for Linear compatibility --- .github/ISSUE_TEMPLATE/bug.yml | 2 +- .github/ISSUE_TEMPLATE/feature.yml | 2 +- .github/ISSUE_TEMPLATE/flaky.yml | 3 +-- .github/ISSUE_TEMPLATE/internal.yml | 1 - 4 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 5f0479a16749..115a98a9a3aa 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -1,6 +1,6 @@ name: 🐞 Bug Report description: Tell us about something that's not working the way we (probably) intend. -type: 'bug' +labels: ["Bug"] body: - type: checkboxes attributes: diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml index 185de4888de1..020db370f0b3 100644 --- a/.github/ISSUE_TEMPLATE/feature.yml +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -1,6 +1,6 @@ name: 💡 Feature Request description: Create a feature request for a sentry-javascript SDK. -type: 'enhancement' +labels: ["Feature"] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/flaky.yml b/.github/ISSUE_TEMPLATE/flaky.yml index 4c733b8505b3..2548531217e8 100644 --- a/.github/ISSUE_TEMPLATE/flaky.yml +++ b/.github/ISSUE_TEMPLATE/flaky.yml @@ -1,8 +1,7 @@ name: ❅ Flaky Test description: Report a flaky test in CI title: '[Flaky CI]: ' -type: 'task' -labels: ['Type: Tests'] +labels: ["Tests"] body: - type: dropdown id: type diff --git a/.github/ISSUE_TEMPLATE/internal.yml b/.github/ISSUE_TEMPLATE/internal.yml index 308d04db7eb5..bbd6b805ffb6 100644 --- a/.github/ISSUE_TEMPLATE/internal.yml +++ b/.github/ISSUE_TEMPLATE/internal.yml @@ -1,6 +1,5 @@ name: 💡 [Internal] Blank Issue description: Only for Sentry Employees! Create an issue without a template. -type: 'task' body: - type: markdown attributes: From 20400d8ed0fbcb24347a733deea2bf1aaebee1d9 Mon Sep 17 00:00:00 2001 From: Stephanie Anderson Date: Wed, 30 Apr 2025 14:24:45 +0200 Subject: [PATCH 2/2] Change to single quotes --- .github/ISSUE_TEMPLATE/bug.yml | 2 +- .github/ISSUE_TEMPLATE/feature.yml | 2 +- .github/ISSUE_TEMPLATE/flaky.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 115a98a9a3aa..4a2d16e13598 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -1,6 +1,6 @@ name: 🐞 Bug Report description: Tell us about something that's not working the way we (probably) intend. -labels: ["Bug"] +labels: ['Bug'] body: - type: checkboxes attributes: diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml index 020db370f0b3..67039ae57441 100644 --- a/.github/ISSUE_TEMPLATE/feature.yml +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -1,6 +1,6 @@ name: 💡 Feature Request description: Create a feature request for a sentry-javascript SDK. -labels: ["Feature"] +labels: ['Feature'] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/flaky.yml b/.github/ISSUE_TEMPLATE/flaky.yml index 2548531217e8..1b9290cc3bbc 100644 --- a/.github/ISSUE_TEMPLATE/flaky.yml +++ b/.github/ISSUE_TEMPLATE/flaky.yml @@ -1,7 +1,7 @@ name: ❅ Flaky Test description: Report a flaky test in CI title: '[Flaky CI]: ' -labels: ["Tests"] +labels: ['Tests'] body: - type: dropdown id: type