Skip to content

Commit 37242cb

Browse files
committed
Fix issue template yaml parsing
1 parent e296ab0 commit 37242cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/new-roadmap-goal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: New roadmap goal
33
about: Checklist for owners setting up a new top-level goal on the roadmap
4-
title: Roadmap goal: [...]
4+
title: "Roadmap goal: [...]"
55
labels: roadmap
66
assignees: ''
77
---

.github/ISSUE_TEMPLATE/new-roadmap-initiative.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: New roadmap initiative
33
about: Checklist for owners setting up a new initiative on the roadmap
4-
title: Roadmap initiative: [...]
4+
title: "Roadmap initiative: [...]"
55
labels: roadmap
66
assignees: ''
77
---

0 commit comments

Comments
 (0)