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:
authorDARKDRAGON532 <69623818+DARKDRAGON532@users.noreply.github.com>2021-11-22 21:05:32 +0300
committerDARKDRAGON532 <69623818+DARKDRAGON532@users.noreply.github.com>2021-11-22 21:05:32 +0300
commit4e45718ec68e2537dd527ab47ff29aaf531dbe9c (patch)
treec0cc3e92212e9b87cb611e7a1d7a4f842afded8e /.github
parent44b9ee8e4500073eff9f83c2eee864f808b3f2a3 (diff)
added feature request form
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug.yml1
-rw-r--r--.github/ISSUE_TEMPLATE/feature-request.yml31
2 files changed, 32 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml
index e2a9af8..f7eb748 100644
--- a/.github/ISSUE_TEMPLATE/bug.yml
+++ b/.github/ISSUE_TEMPLATE/bug.yml
@@ -1,6 +1,7 @@
name: Bug Report
description: File a bug report!
title: "(Bug): "
+labels: ["bug"]
body:
- type: input
attributes:
diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml
new file mode 100644
index 0000000..9defe2e
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature-request.yml
@@ -0,0 +1,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
+ validation:
+ 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
+