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:
authorDmitrii Selivanov <selivano.d@gmail.com>2022-02-04 22:21:57 +0300
committerGitHub <noreply@github.com>2022-02-04 22:21:57 +0300
commit36b8ccc173b36e76e0e94f784b4b722763f90c3a (patch)
treef69e4a08d542b88a5f2fb7c14e93d34c81e414da
parent9c768812da80e9bf421102ce569eca088d90bc43 (diff)
parent2261806e4f697bc276abff1368f1b4a081edda53 (diff)
Merge pull request #449 from sy-b/patch-1
Ask for "steps to reproduce" 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
+