浏览代码

video link added to bug report

Dmitrii Selivanov 3 年之前
父节点
当前提交
0cca567d00
共有 1 个文件被更改,包括 8 次插入1 次删除
  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"
     placeholder: "Example: Version 0.0.0.1"
   validations:
   validations:
     required: true
     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
 - type: textarea
   attributes:
   attributes:
     label: What happened?
     label: What happened?
@@ -39,4 +46,4 @@ body:
     placeholder: Tell us what you see!
     placeholder: Tell us what you see!
     value: "A bug happened!"
     value: "A bug happened!"
   validations:
   validations:
-    required: true
+    required: true