Skip to content

Commit b7b4cb7

Browse files
authored
Fix syntax with the issue templates (#815)
1 parent fd99e37 commit b7b4cb7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ body:
2222
attributes:
2323
label: Why should we have this feature?
2424
description: List any extra benefits, other than solving your problem, that this feature will bring to the repository. If none, leave blank.
25-
validations:
26-
required: false
25+
validations:
26+
required: false
2727
- type: textarea
2828
id: extrainformation
2929
attributes:

.github/ISSUE_TEMPLATE/icon_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Icon Request
22
description: Requesting a new icon or changes to an existing icon
33
title: 'Icon request: [NAME]'
4-
labels: [request:icon]
4+
labels: ["request:icon"]
55
body:
66
- type: input
77
id: about

0 commit comments

Comments
 (0)