From 2308b1b2e58207e899a693039f854cc5ffa14bfa Mon Sep 17 00:00:00 2001 From: Jonas Depoix Date: Mon, 27 Mar 2023 09:38:20 +0200 Subject: [PATCH] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 9cef8dc..56cf9fc 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,17 +7,33 @@ assignees: '' --- +DO NOT DELETE THIS! Please take the time to fill this out properly. I am not able to help you if I do not know what you are executing and what error messages you are getting. If you are having problems with a specific video make sure to **include the video id**. + # To Reproduce Steps to reproduce the behavior: +### What code / cli command are you executing? +For example: I am running +``` +YouTubeTranscriptApi.get_transcript ... +``` + ### Which Python version are you using? +Python x.y ### Which version of youtube-transcript-api are you using? +youtube-transcript-api x.y.z -### What code / cli command are you executing? # Expected behavior -Describe what you expected to happen. +Describe what you expected to happen. + +For example: I expected to receive the english transcript # Actual behaviour -Describe what is happening instead of the **Expected behavior**. Add error messages if there are any. +Describe what is happening instead of the **Expected behavior**. Add **error messages** if there are any. + +For example: Instead I received the following error message: +``` +# ... error message ... +```