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:
authorsy-b <94835959+sy-b@users.noreply.github.com>2022-06-28 20:22:01 +0300
committerGitHub <noreply@github.com>2022-06-28 20:22:01 +0300
commit43d860d5f304fd9293b2d9086deacc0b0763832a (patch)
treee3ce45058dc730d73b2ce71f9d9cdbfb53e99d3e /.github
parent16b1c2ccf0ac7d419ae1df40bdd313234557807f (diff)
Add question to gauge the user's interest
resolves #580
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml
index 2bf949b..8193cca 100644
--- a/.github/ISSUE_TEMPLATE/bug.yml
+++ b/.github/ISSUE_TEMPLATE/bug.yml
@@ -55,4 +55,13 @@ body:
value: "Tell us how it happened with detailed steps for us."
validations:
required: true
+- type: dropdown
+ attributes:
+ label: "Will you be available for follow-up questions to help developers diagnose & fix the issue?"
+ options:
+ - Yes
+ - No
+ validations:
+ required: true
+