Update issue templates

This commit is contained in:
Jonas Depoix 2022-10-10 10:29:13 +02:00 committed by GitHub
parent 35b87434e5
commit 010735c9e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 23 additions and 0 deletions

23
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@ -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.