summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/bug.md
blob: 8c91705352e0d216fbc0b3e3856d73defa0b37fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
name: "\U0001F41E  Bug report"
about: 'Reporting a bug or other unexpected behavior'
title: ''
labels: bug

---

<!--
Note: See the troubleshooting page for help with some common issues:
https://requests-cache.readthedocs.io/en/stable/user_guide/troubleshooting.html
-->
### The problem
_A description of what the bug is, including a complete traceback (if applicable)_

### Expected behavior
_A description of what you expected to happen_

### Steps to reproduce the behavior
_With a complete code example, if possible_

### Workarounds
_Is there an existing workaround for this issue?_

### Environment
- requests-cache version: (for example, `0.9.5` or `main`)
- Python version: (for example, `3.9`)
- Platform: (for example, Debian 10)