Explorar el Código

docs: format version constraints in bug_report.yml for improved readability

myhloli hace 2 semanas
padre
commit
551802aebb
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      .github/ISSUE_TEMPLATE/bug_report.yml

+ 3 - 3
.github/ISSUE_TEMPLATE/bug_report.yml

@@ -122,9 +122,9 @@ body:
       #multiple: false
       options:
         -
-        - "<2.2.0"
-        - "2.2.x"
-        - ">=2.5"
+        - "`<2.2.0`"
+        - "`2.2.x`"
+        - "`>=2.5`"
     validations:
       required: true