summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
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]