Files
requests/.github/ISSUE_TEMPLATE/Bug_report.md
T
2018-05-13 16:51:44 -04:00

35 lines
497 B
Markdown

---
name: Bug report
about: Create a report to help us improve
---
Summary.
## Expected Result
What you expected.
## Actual Result
What happened instead.
## Reproduction Steps
```python
import requests
```
## System Information
$ python -m requests.help
```
<paste here>
```
This command is only available on Requests v2.16.4 and greater. Otherwise,
please provide some basic information about your system (Python version,
operating system, &c).