We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2891197 commit 58bbad0Copy full SHA for 58bbad0
.github/ISSUE_TEMPLATE/01-feature.yml
@@ -1,6 +1,6 @@
1
name: 💡 Feature Request
2
description: Propose new functionality for the SDK
3
-type: Feature
+labels: ["Symfony", "Feature"]
4
body:
5
- type: markdown
6
attributes:
.github/ISSUE_TEMPLATE/02-improvement.yml
name: 💡 Improvement
description: Propose an improvement for existing functionality of the SDK
-type: Improvement
+labels: ["Symfony", "Improvement"]
.github/ISSUE_TEMPLATE/03-bug.yml
name: 🐞 Bug Report
description: Tell us about something that's not working the way we (probably) intend.
-type: Bug
+labels: ["Symfony", "Bug"]
- type: dropdown
id: type
0 commit comments