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

45 lines
596 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"
2021-11-04 23:20:46 +01:00
assignees: ''
---
## Checklist
2021-02-18 13:47:58 +01:00
- [ ] I've searched for similar issues.
- [ ] I'm using the latest version of HTTPie.
2021-02-18 13:44:29 +01:00
---
## Minimal reproduction code and steps
1.
2.
3.
## Current result
2021-02-18 13:46:10 +01:00
## Expected result
2021-02-18 13:42:59 +01:00
---
## Debug output
2021-02-18 13:42:59 +01:00
Please re-run the command with `--debug`, then copy the entire command & output and paste both below:
```bash
$ http --debug <COMPLETE ARGUMENT LIST THAT TRIGGERS THE ERROR>
<COMPLETE OUTPUT>
```
## Additional information, screenshots, or code examples
2021-02-18 13:46:10 +01:00