Skip to content

Commit 9c81721

Browse files
authored
Update bug_report.md
1 parent d6a332d commit 9c81721

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ Please include the verbose flag. `-v`
1717
1. Getting Italy data at `v2/locations/IT` gives a 422.
1818
2. Expected to same data as `/v2/locations?country_code=IT`
1919
2. See httpie request & response below
20+
21+
**Expected behavior**
22+
A clear and concise description of what you expected to happen.
23+
24+
**Screenshots or Requests**
25+
If applicable, add screenshots or `httpie/curl`requests to help explain your problem.
2026
```sh
2127
http GET https://coronavirus-tracker-api.herokuapp.com/v2/locations/IT -v
2228
GET /v2/locations/IT HTTP/1.1
@@ -50,11 +56,6 @@ Via: 1.1 vegur
5056
}
5157
```
5258

53-
**Expected behavior**
54-
A clear and concise description of what you expected to happen.
55-
56-
**Screenshots**
57-
If applicable, add screenshots to help explain your problem.
5859

5960
**Additional context**
6061
Add any other context about the problem here.

0 commit comments

Comments
 (0)