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

feature-request.yml « ISSUE_TEMPLATE « .github - github.com/Anarios/return-youtube-dislike.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 123d9d0e1f6d3bb69f16d6e57c1c29446c68ec6a (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
name: Feature Request
description: Request or suggest a new feature!
# title: "(Feature Request): "
labels: ["enhancement"]
body:
- type: dropdown
  attributes:
    label: Extension or Userscript?
    options: 
      - Extension
      - Userscript
      - Both
  validations:
    required: true
- type: textarea
  attributes:
    label: Request or suggest a new feature!
    placeholder: I want to suggest...
  validations:
    required: true
- type: textarea
  attributes:
    label: Ways to implement this!
    placeholder: We can implement it by...
- type: checkboxes
  attributes:
    label: Can you work on this?
    options:
      - label: "Yes"
      - label: "No"
- type: dropdown
  attributes:
    label: "Will you be available for follow-up questions to help developers implement this?"
    options: 
      - "Yes"
      - "No"
  validations:
    required: true