summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2021-08-28 14:45:13 -0500
committerJordan Cook <jordan.cook@pioneer.com>2021-08-28 14:46:07 -0500
commit9aa409d08cb60e9ada294e5f00be56203672103b (patch)
treefba3165192a9f83c1bb1df7e42ba1c1a8634e2ee /.github
parent22940f4c590daf5a942f6524af09a082049fe0e8 (diff)
downloadrequests-cache-9aa409d08cb60e9ada294e5f00be56203672103b.tar.gz
Add some more troubleshooting info to docs
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md
index 343c972..5557290 100644
--- a/.github/ISSUE_TEMPLATE/bug.md
+++ b/.github/ISSUE_TEMPLATE/bug.md
@@ -6,6 +6,10 @@ labels: bug
---
+<!--
+Note: See the troubleshooting page for help with some common issues:
+https://requests-cache.readthedocs.io/en/latest/user_guide/troubleshooting.html
+-->
### The problem
_A description of what the bug is, including a complete traceback (if applicable)_
@@ -19,6 +23,6 @@ _With a complete code example, if possible_
_Is there an existing workaround for this issue?_
### Environment
-- requests-cache version: [e.g. `0.6.2` or `master`]
+- requests-cache version: [e.g. `0.8.1` or `master`]
- Python version: [e.g. `3.9`]
- Platform: [e.g. Debian 10]