From 010735c9e55a961745625327c01093bb1f56fd1a Mon Sep 17 00:00:00 2001 From: Jonas Depoix Date: Mon, 10 Oct 2022 10:29:13 +0200 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..9cef8dc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,23 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +# To Reproduce +Steps to reproduce the behavior: + +### Which Python version are you using? + +### Which version of youtube-transcript-api are you using? + +### What code / cli command are you executing? + +# Expected behavior +Describe what you expected to happen. + +# Actual behaviour +Describe what is happening instead of the **Expected behavior**. Add error messages if there are any.