We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13b202f commit 20400d8Copy full SHA for 20400d8
.github/ISSUE_TEMPLATE/bug.yml
@@ -1,6 +1,6 @@
1
name: 🐞 Bug Report
2
description: Tell us about something that's not working the way we (probably) intend.
3
-labels: ["Bug"]
+labels: ['Bug']
4
body:
5
- type: checkboxes
6
attributes:
.github/ISSUE_TEMPLATE/feature.yml
name: 💡 Feature Request
description: Create a feature request for a sentry-javascript SDK.
-labels: ["Feature"]
+labels: ['Feature']
- type: markdown
.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']
- type: dropdown
7
id: type
0 commit comments