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-01-17 14:30:17 +0300
committerGitHub <noreply@github.com>2022-01-17 14:30:17 +0300
commit2261806e4f697bc276abff1368f1b4a081edda53 (patch)
tree80cc642dea8c411f741f7be39158616306c53a4e
parent510c083c7739b4c5ffbc94eab873bf948ca79016 (diff)
Ask for steps to reproduce in while reporting
-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 f889936..2bf949b 100644
--- a/.github/ISSUE_TEMPLATE/bug.yml
+++ b/.github/ISSUE_TEMPLATE/bug.yml
@@ -47,3 +47,12 @@ body:
value: "A bug happened!"
validations:
required: true
+- type: textarea
+ attributes:
+ label: How to reproduce/recreate?
+ description: Detailed steps to reproduce/recreate it.
+ placeholder: "We need to be able to reproduce/recreate that bug/event in order to fix it. Please write the steps in detail."
+ value: "Tell us how it happened with detailed steps for us."
+ validations:
+ required: true
+