From c8b75ac0a16bea702a9eef371778257e8364c292 Mon Sep 17 00:00:00 2001 From: Juan Bindez Date: Tue, 20 Aug 2024 14:33:37 -0300 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug-report.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index ff69780..1364c61 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -11,10 +11,11 @@ assignees: '' lack of information will lead to closure of the issue +__________ **Describe the bug** A clear and concise description of what the bug is. - +__________ **code that was used that resulted in the bug** ```python @@ -24,17 +25,23 @@ from pytubefix import YouTube ``` - +__________ **Expected behavior** A clear and concise description of what you expected to happen. + +__________ **Screenshots** If applicable, add screenshots to help explain your problem. + +__________ **Desktop (please complete the following information):** - OS: [Your Operating System and Version] - Python Version [x.y.z] - Pytubefix Version [x.y.z] + +__________ **Additional context** Add any other context about the problem here.