summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/bug.md
blob: 55572903c0051f376a07bd727e9fdd2d55f4238d (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/latest/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: [e.g. `0.8.1` or `master`]
- Python version: [e.g. `3.9`]
- Platform: [e.g. Debian 10]