httpie-cli/.github/ISSUE_TEMPLATE/bug_report.md
Jakub Roztocil 82ee071362 Tweaks
2021-02-18 13:47:58 +01:00

41 lines
634 B
Markdown

---
name: Bug report
about: Report a possible bug in HTTPie
title: ''
labels: "new, bug"
assignees: ''
---
**Checklist**
- [ ] I've searched for similar issues.
- [ ] I'm using the the latest version of HTTPie.
---
**What are the steps to reproduce the problem?**
1.
2.
3.
**What is the expected result?**
**What happens instead?**
**Debug output**
Please re-run the command with `--debug`, then copy the entire command & output and paste both below:
```
$ http --debug <COMPLETE ARGUMENT LIST THAT TRIGGERS THE ERROR>
<COMPLETE OUTPUT>
```
**Provide any additional information, screenshots, or code examples below:**