Explorar el Código

Update q-a.yml, one more try

body[12]: options must not include booleans. Please wrap values such as 'yes', and 'true' in quotes.
El RIDO hace 2 años
padre
commit
ad35c30d45
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      .github/DISCUSSION_TEMPLATE/q-a.yml

+ 2 - 2
.github/DISCUSSION_TEMPLATE/q-a.yml

@@ -68,8 +68,8 @@ body:
     attributes:
     attributes:
       label: I can reproduce this issue on [https://privatebin.net](https://privatebin.net)
       label: I can reproduce this issue on [https://privatebin.net](https://privatebin.net)
       options:
       options:
-        - No
-        - Yes
+        - "No"
+        - "Yes"
       default: 0
       default: 0
     validations:
     validations:
       required: true
       required: true