Skip to content

Commit 26d29b5

Browse files
committed
Fix syntax error for upstream template
1 parent 6ca745d commit 26d29b5

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/ISSUE_TEMPLATE/upstream.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
name: Format/Dependency issue
2-
description: An issue that relies on being fixed upstream
1+
name: "Format/Dependency issue"
2+
description: "An issue that relies on being fixed upstream"
33
title: "[upstream] "
44
labels: ["dependency-tracked"]
55
body:
66
- type: markdown
7-
id: explanation
87
attributes:
98
value: |
109
If this is a bug in a dependency that can be fixed in a minor version,
@@ -28,7 +27,6 @@ body:
2827
attributes:
2928
label: Which operating systems does this bug appear on?
3029
description: You may select more than one.
31-
multiple: true
3230
options:
3331
- label: macOS
3432
- label: Windows

0 commit comments

Comments
 (0)