You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ body:
54
54
- type: textarea
55
55
id: debug-log
56
56
attributes:
57
-
label: "Debug log"
57
+
label: "Debug log from yf.enable_debug_mode()"
58
58
description: "Run code with debug logging enabled - `yf.enable_debug_mode()` - and post the full output. Context: https://github.com/ranaroussi/yfinance/tree/main#logging"
59
59
validations:
60
60
required: true
@@ -63,7 +63,7 @@ body:
63
63
id: bad-data-proof
64
64
attributes:
65
65
label: "Bad data proof"
66
-
description: "If `yfinance` returning bad data, show proof here. Best is screenshot of finance.yahoo.com"
66
+
description: "If `yfinance` returning bad data, show proof of good data here. Best proof is screenshot of finance.yahoo.com"
0 commit comments