From 720bbcf0196d363d621beeced8fba711990d075d Mon Sep 17 00:00:00 2001 From: Kevin Johnson Date: Mon, 31 Jan 2022 08:47:12 -0800 Subject: [PATCH] Update Bug Report --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 033731b..34d74a6 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -18,7 +18,7 @@ print(ta.version) $ pip list ``` -**Upgrade.** +**Did you upgrade? Did the upgrade resolve the issue?** ```sh $ pip install -U git+https://github.com/twopirllc/pandas-ta ```