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: b9a15d6a57e123e014947660e14fda83280f3998 (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
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"