From 13fa48e6b8db34ed50c01e10d69964d5cff696ed Mon Sep 17 00:00:00 2001 From: Lisa Cawley Date: Thu, 22 Aug 2024 14:36:47 -0700 Subject: [PATCH] Fix API feedback template (#51) --- .github/ISSUE_TEMPLATE/api-feedback.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/api-feedback.yaml b/.github/ISSUE_TEMPLATE/api-feedback.yaml index 0d8b4997..05be014e 100644 --- a/.github/ISSUE_TEMPLATE/api-feedback.yaml +++ b/.github/ISSUE_TEMPLATE/api-feedback.yaml @@ -13,8 +13,8 @@ body: attributes: label: Was the documentation helpful? options: - - Yes - - No + - "Yes" + - "No" default: 0 validations: required: true