httpie-cli/.github/ISSUE_TEMPLATE/bug_report.md

39 lines
615 B
Markdown
Raw Normal View History

---
name: Bug report
2021-02-18 13:42:59 +01:00
about: Report a possible bug in HTTPie
title: ''
labels: "new, bug"
assignees: ''
---
2021-02-18 13:42:59 +01:00
- [ ] I've searched for similar issues
- [ ] I'm using the the latest version of HTTPie
2021-02-18 13:44:29 +01:00
---
2021-02-18 13:42:59 +01:00
**What are the steps to reproduce the problem?**
1.
2.
3.
2021-02-18 13:46:10 +01:00
2021-02-18 13:42:59 +01:00
**What is the expected result?**
**What happens instead?**
2021-02-18 13:42:59 +01:00
**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>
```
2021-02-18 13:46:10 +01:00
2021-02-18 13:42:59 +01:00
**Provide any additional information, screenshots or code examples below**