1
0
mirror of https://github.com/simple-icons/simple-icons.git synced 2024-12-16 01:10:30 +02:00

fix: wrap yes and no in quotes in issue templates (#6779)

This commit is contained in:
Sachin Raja 2021-10-27 18:32:32 -07:00 committed by GitHub
parent a844e581a1
commit dd0cc815a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View File

@ -41,7 +41,7 @@ body:
This is an open source project and we welcome contributions. Do you want to
work on this issue?
options:
- Yes
- No
- 'Yes'
- 'No'
validations:
required: true

View File

@ -83,7 +83,7 @@ body:
This is an open source project and we welcome contributions. Do you want to
add this icon?
options:
- Yes
- No
- 'Yes'
- 'No'
validations:
required: true

View File

@ -50,7 +50,7 @@ body:
This is an open source project and we welcome contributions. Do you want to
update this icon?
options:
- Yes
- No
- 'Yes'
- 'No'
validations:
required: true