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

bug.yml « ISSUE_TEMPLATE « .github - github.com/Anarios/return-youtube-dislike.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f889936da562033d74d12c1c608da1a1c4b929f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
name: Bug Report
description: File a bug report!
title: "(Bug): "
labels: ["bug"]
body:
- type: input
  attributes:
    label: Browser
    description: Which browser are you using?
    placeholder: "Example: Google Chrome"
  validations:
    required: true
- type: input
  attributes:
    label: Browser Version
    description: Which browser version are you using?
    placeholder: "Example: Chromium v95"
  validations:
    required: true
- type: dropdown
  attributes:
    label: "Extension or Userscript?"
    options: 
      - Extension
      - Userscript
  validations:
    required: true
- type: input
  attributes:
    label: Extension/Userscript Version
    description: Which extension/userscript version are you using?
    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?
    description: Also tell us, what did you expect to happen?
    placeholder: Tell us what you see!
    value: "A bug happened!"
  validations:
    required: true