Fix: Add quotes for labels in YAML issue form template (#26641)
This commit is contained in:
@@ -109,7 +109,7 @@ Links? References? Anything that will give us more context about the issue that
|
|||||||
name: 🐞 Bug
|
name: 🐞 Bug
|
||||||
description: File a bug/issue
|
description: File a bug/issue
|
||||||
title: "[BUG] <title>"
|
title: "[BUG] <title>"
|
||||||
labels: [Bug, Needs Triage]
|
labels: ["Bug", "Needs Triage"]
|
||||||
body:
|
body:
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
attributes:
|
attributes:
|
||||||
|
|||||||
Reference in New Issue
Block a user