Sfoglia il codice sorgente

video link added to bug report

Dmitrii Selivanov 3 anni fa
parent
commit
0cca567d00
1 ha cambiato i file con 8 aggiunte e 1 eliminazioni
  1. 8 1
      .github/ISSUE_TEMPLATE/bug.yml

+ 8 - 1
.github/ISSUE_TEMPLATE/bug.yml

@@ -32,6 +32,13 @@ body:
     placeholder: "Example: Version 0.0.0.1"
   validations:
     required: true
+- type: input
+  attributes:
+    label: Video link where you see the problem
+    description: Video link where you see the problem
+    placeholder: "Example: https://www.youtube.com/watch?v=s4-gMgdsnHQ"
+  validations:
+    required: true
 - type: textarea
   attributes:
     label: What happened?
@@ -39,4 +46,4 @@ body:
     placeholder: Tell us what you see!
     value: "A bug happened!"
   validations:
-    required: true
+    required: true