Browse Source

Yes & No - boolean --> string

Signed-off-by: sy-b <94835959+sy-b@users.noreply.github.com>
sy-b 3 years ago
parent
commit
2d4af2753c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/ISSUE_TEMPLATE/bug.yml

+ 2 - 2
.github/ISSUE_TEMPLATE/bug.yml

@@ -59,8 +59,8 @@ body:
   attributes:
     label: "Will you be available for follow-up questions to help developers diagnose & fix the issue?"
     options: 
-      - Yes
-      - No
+      - "Yes"
+      - "No"
   validations:
     required: true