Skip to content

Commit 1d31e7c

Browse files
committed
Update issue form - more emphasis on following instructions
1 parent eab6c8d commit 1d31e7c

File tree

1 file changed

+7
-13
lines changed

1 file changed

+7
-13
lines changed

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,13 @@ body:
66
- type: markdown
77
attributes:
88
value: |
9-
# IMPORTANT - Read and follow these instructions carefully. Help us help you.
10-
11-
### Does issue already exist?
12-
13-
Use the search tool. Don't annoy everyone by duplicating existing Issues.
9+
# !!! IMPORTANT !!! FOLLOW THESE INSTRUCTIONS CAREFULLY !!!
1410
1511
### Are you up-to-date?
1612
17-
Upgrade to the latest version and confirm the issue/bug is still there.
18-
19-
`$ pip install yfinance --upgrade --no-cache-dir`
20-
21-
Confirm by running:
13+
Upgrade to the latest version: `$ pip install yfinance --upgrade --no-cache-dir`
2214
23-
`import yfinance as yf ; print(yf.__version__)`
24-
25-
and comparing against [PIP](https://pypi.org/project/yfinance/#history).
15+
Confirm latest version by running: `import yfinance as yf ; print(yf.__version__)` and comparing against [PyPI](https://pypi.org/project/yfinance/#history).
2616
2717
### Does Yahoo actually have the data?
2818
@@ -34,6 +24,10 @@ body:
3424
3525
Yahoo Finance free service has rate-limiting https://github.com/ranaroussi/yfinance/discussions/1513. Once limit hit, Yahoo can delay, block, or return bad data -> not a `yfinance` bug.
3626
27+
### Does issue already exist?
28+
29+
Use the search tool. Don't duplicate existing issues.
30+
3731
- type: markdown
3832
attributes:
3933
value: |

0 commit comments

Comments
 (0)