Taylor Fox Dahlin
commited on
Added "Before creating an issue" section
Browse files
.github/ISSUE_TEMPLATE/bug_report.md
CHANGED
@@ -6,6 +6,11 @@ labels: bug
|
|
6 |
assignees: ''
|
7 |
|
8 |
---
|
|
|
|
|
|
|
|
|
|
|
9 |
|
10 |
**Describe the bug**
|
11 |
A clear and concise description of what the bug is.
|
|
|
6 |
assignees: ''
|
7 |
|
8 |
---
|
9 |
+
**Before creating an issue**
|
10 |
+
|
11 |
+
Please confirm that you are on the latest version of pytube by installing from the source.
|
12 |
+
You can do this by running `python -m pip install git+https://github.com/nficano/pytube`.
|
13 |
+
Sometimes, the pypi library repository is not up to date, and your issue may have been fixed already!
|
14 |
|
15 |
**Describe the bug**
|
16 |
A clear and concise description of what the bug is.
|