Skip to content

Commit

Permalink
Update Bug_report.md (#5965)
Browse files Browse the repository at this point in the history
Add some highlighting and comment out the instructions so that the submitter can see it but it is not displayed in the GitHub issue
  • Loading branch information
alanyee committed Oct 21, 2021
1 parent 9dd6e47 commit 590350f
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/ISSUE_TEMPLATE/Bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ about: Create a report to help us improve

---

Summary.
<!-- Summary. -->

## Expected Result

What you expected.
<!-- What you expected. -->

## Actual Result

What happened instead.
<!-- What happened instead. -->

## Reproduction Steps

Expand All @@ -25,10 +25,12 @@ import requests

$ python -m requests.help

```
<paste here>
```json
{
"paste": "here"
}
```

This command is only available on Requests v2.16.4 and greater. Otherwise,
<!-- 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).
operating system, &c). -->

0 comments on commit 590350f

Please sign in to comment.