mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-18 05:30:57 +00:00
590350f8d0
Add some highlighting and comment out the instructions so that the submitter can see it but it is not displayed in the GitHub issue
37 lines
548 B
Markdown
37 lines
548 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
|
|
|
|
```json
|
|
{
|
|
"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). -->
|