Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Anarios/return-youtube-dislike.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsy-b <94835959+sy-b@users.noreply.github.com>2022-07-01 08:56:54 +0300
committerGitHub <noreply@github.com>2022-07-01 08:56:54 +0300
commit2d4af2753c4b42b58ce810771ce146cf3ef21c1e (patch)
tree579f4089a89bc8729c22302f21d6b9a65e4e1fc6 /.github
parent812962f2a484c3e5f0ea4c18182126d1bdf9de24 (diff)
Yes & No - boolean --> string
Signed-off-by: sy-b <94835959+sy-b@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml
index 487b69b..177632e 100644
--- a/.github/ISSUE_TEMPLATE/bug.yml
+++ b/.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