1
0
mirror of synced 2025-12-20 02:19:14 -05:00

Fix: Add quotes for labels in YAML issue form template (#26641)

This commit is contained in:
Lars
2023-07-18 00:47:29 +02:00
committed by GitHub
parent b89972431b
commit bf6dc7c68f

View File

@@ -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: