File: //opt/gsutil/third_party/urllib3/.github/ISSUE_TEMPLATE/02_bug_report.md
---
name: 🐞 Bug Report
about: Something is broken
---
### Subject
Describe the issue here.
### Environment
Describe your environment.
At least, paste here the output of:
```python
import platform
import ssl
import urllib3
print("OS", platform.platform())
print("Python", platform.python_version())
print(ssl.OPENSSL_VERSION)
print("urllib3", urllib3.__version__)
```
### Steps to Reproduce
A simple and isolated way to reproduce the issue. A code snippet would be great.
### Expected Behavior
What should happen.
### Actual Behavior
What happens instead.
You may attach logs, packet captures, etc.