mirror of
https://github.com/simple-icons/simple-icons.git
synced 2024-12-26 01:13:41 +02:00
fix: wrap yes and no in quotes in issue templates (#6779)
This commit is contained in:
parent
a844e581a1
commit
dd0cc815a1
4
.github/ISSUE_TEMPLATE/documentation.yml
vendored
4
.github/ISSUE_TEMPLATE/documentation.yml
vendored
@ -41,7 +41,7 @@ body:
|
|||||||
This is an open source project and we welcome contributions. Do you want to
|
This is an open source project and we welcome contributions. Do you want to
|
||||||
work on this issue?
|
work on this issue?
|
||||||
options:
|
options:
|
||||||
- Yes
|
- 'Yes'
|
||||||
- No
|
- 'No'
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
4
.github/ISSUE_TEMPLATE/icon_request.yml
vendored
4
.github/ISSUE_TEMPLATE/icon_request.yml
vendored
@ -83,7 +83,7 @@ body:
|
|||||||
This is an open source project and we welcome contributions. Do you want to
|
This is an open source project and we welcome contributions. Do you want to
|
||||||
add this icon?
|
add this icon?
|
||||||
options:
|
options:
|
||||||
- Yes
|
- 'Yes'
|
||||||
- No
|
- 'No'
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
4
.github/ISSUE_TEMPLATE/icon_update.yml
vendored
4
.github/ISSUE_TEMPLATE/icon_update.yml
vendored
@ -50,7 +50,7 @@ body:
|
|||||||
This is an open source project and we welcome contributions. Do you want to
|
This is an open source project and we welcome contributions. Do you want to
|
||||||
update this icon?
|
update this icon?
|
||||||
options:
|
options:
|
||||||
- Yes
|
- 'Yes'
|
||||||
- No
|
- 'No'
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
Loading…
Reference in New Issue
Block a user