Skip to content

Commit bbdf789

Browse files
Update GH issue templates for Linear compatibility (#4328)
1 parent 76d6b04 commit bbdf789

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/ISSUE_TEMPLATE/bug.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: 🐞 Bug Report
22
description: Tell us about something that's not working the way we (probably) intend.
3+
labels: ["Python", "Bug"]
34
body:
45
- type: dropdown
56
id: type

.github/ISSUE_TEMPLATE/feature.yml

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

0 commit comments

Comments
 (0)