mirror of
https://github.com/konpa/devicon.git
synced 2025-08-16 19:44:05 +02:00
Fix syntax with the issue templates (#815)
This commit is contained in:
4
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
4
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@@ -22,8 +22,8 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
label: Why should we have this feature?
|
label: Why should we have this feature?
|
||||||
description: List any extra benefits, other than solving your problem, that this feature will bring to the repository. If none, leave blank.
|
description: List any extra benefits, other than solving your problem, that this feature will bring to the repository. If none, leave blank.
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: extrainformation
|
id: extrainformation
|
||||||
attributes:
|
attributes:
|
||||||
|
2
.github/ISSUE_TEMPLATE/icon_request.yml
vendored
2
.github/ISSUE_TEMPLATE/icon_request.yml
vendored
@@ -1,7 +1,7 @@
|
|||||||
name: Icon Request
|
name: Icon Request
|
||||||
description: Requesting a new icon or changes to an existing icon
|
description: Requesting a new icon or changes to an existing icon
|
||||||
title: 'Icon request: [NAME]'
|
title: 'Icon request: [NAME]'
|
||||||
labels: [request:icon]
|
labels: ["request:icon"]
|
||||||
body:
|
body:
|
||||||
- type: input
|
- type: input
|
||||||
id: about
|
id: about
|
||||||
|
Reference in New Issue
Block a user