mirror of
https://github.com/konpa/devicon.git
synced 2025-08-15 02:56:12 +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:
|
||||
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.
|
||||
validations:
|
||||
required: false
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
id: extrainformation
|
||||
attributes:
|
||||
|
2
.github/ISSUE_TEMPLATE/icon_request.yml
vendored
2
.github/ISSUE_TEMPLATE/icon_request.yml
vendored
@@ -1,7 +1,7 @@
|
||||
name: Icon Request
|
||||
description: Requesting a new icon or changes to an existing icon
|
||||
title: 'Icon request: [NAME]'
|
||||
labels: [request:icon]
|
||||
labels: ["request:icon"]
|
||||
body:
|
||||
- type: input
|
||||
id: about
|
||||
|
Reference in New Issue
Block a user