Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Anarios/return-youtube-dislike.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitrii Selivanov <selivano.d@gmail.com>2021-11-22 21:53:31 +0300
committerGitHub <noreply@github.com>2021-11-22 21:53:31 +0300
commit0cca567d005d23647eb6445716b3892e3154495d (patch)
tree5a8e3ea48d99564723c8e0eff00812371f200816 /.github
parentd2933234e1446704ccdff2aa0991f4bb5565f960 (diff)
video link added to bug report
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug.yml9
1 files changed, 8 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml
index f7eb748..f889936 100644
--- a/.github/ISSUE_TEMPLATE/bug.yml
+++ b/.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 \ No newline at end of file
+ required: true