1
0
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:
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 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

View File

@ -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

View File

@ -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