Skip to content

Commit 58bbad0

Browse files
Update GH issue templates for Linear compatibility (#917)
Co-authored-by: Michi Hoffmann <[email protected]>
1 parent 2891197 commit 58bbad0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/01-feature.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: 💡 Feature Request
22
description: Propose new functionality for the SDK
3-
type: Feature
3+
labels: ["Symfony", "Feature"]
44
body:
55
- type: markdown
66
attributes:

.github/ISSUE_TEMPLATE/02-improvement.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: 💡 Improvement
22
description: Propose an improvement for existing functionality of the SDK
3-
type: Improvement
3+
labels: ["Symfony", "Improvement"]
44
body:
55
- type: markdown
66
attributes:

.github/ISSUE_TEMPLATE/03-bug.yml

+1-1
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: ["Symfony", "Bug"]
44
body:
55
- type: dropdown
66
id: type

0 commit comments

Comments
 (0)