Skip to content

Commit 5c7110d

Browse files
Update GH issue templates for Linear compatibility
1 parent 1d35912 commit 5c7110d

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: 🐞 Bug Report
22
description: Tell us about something that's not working the way we (probably) intend.
3-
type: 'bug'
3+
labels: ["Bug"]
44
body:
55
- type: checkboxes
66
attributes:

.github/ISSUE_TEMPLATE/feature.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: 💡 Feature Request
22
description: Create a feature request for a sentry-javascript SDK.
3-
type: 'enhancement'
3+
labels: ["Feature"]
44
body:
55
- type: markdown
66
attributes:

.github/ISSUE_TEMPLATE/flaky.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
name: ❅ Flaky Test
22
description: Report a flaky test in CI
33
title: '[Flaky CI]: '
4-
type: 'task'
5-
labels: ['Type: Tests']
4+
labels: ["Tests"]
65
body:
76
- type: dropdown
87
id: type

.github/ISSUE_TEMPLATE/internal.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: 💡 [Internal] Blank Issue
22
description: Only for Sentry Employees! Create an issue without a template.
3-
type: 'task'
43
body:
54
- type: markdown
65
attributes:

0 commit comments

Comments
 (0)