Browse Source

video link added to bug report

Dmitrii Selivanov 3 years ago
parent
commit
0cca567d00
1 changed files with 8 additions and 1 deletions
  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