We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76d6b04 commit bbdf789Copy full SHA for bbdf789
.github/ISSUE_TEMPLATE/bug.yml
@@ -1,5 +1,6 @@
1
name: 🐞 Bug Report
2
description: Tell us about something that's not working the way we (probably) intend.
3
+labels: ["Python", "Bug"]
4
body:
5
- type: dropdown
6
id: type
.github/ISSUE_TEMPLATE/feature.yml
@@ -1,6 +1,6 @@
name: 💡 Feature Request
description: Create a feature request for sentry-python SDK.
-labels: 'enhancement'
+labels: ["Python", "Feature"]
- type: markdown
attributes:
0 commit comments