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.