diff --git a/.github/ISSUE_TEMPLATE/documentation.yml b/.github/ISSUE_TEMPLATE/documentation.yml index 8eda84b4f..740f3d621 100644 --- a/.github/ISSUE_TEMPLATE/documentation.yml +++ b/.github/ISSUE_TEMPLATE/documentation.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/icon_request.yml b/.github/ISSUE_TEMPLATE/icon_request.yml index d9eb68fea..c5b92be22 100644 --- a/.github/ISSUE_TEMPLATE/icon_request.yml +++ b/.github/ISSUE_TEMPLATE/icon_request.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/icon_update.yml b/.github/ISSUE_TEMPLATE/icon_update.yml index 65a11eca5..088879bef 100644 --- a/.github/ISSUE_TEMPLATE/icon_update.yml +++ b/.github/ISSUE_TEMPLATE/icon_update.yml @@ -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