1
0
mirror of https://github.com/httpie/cli.git synced 2024-12-10 10:00:11 +02:00
httpie-cli/.github/ISSUE_TEMPLATE/bug_report.md

45 lines
596 B
Markdown
Raw Normal View History

---
name: Bug report
2021-02-18 14:42:59 +02:00
about: Report a possible bug in HTTPie
title: ''
labels: "new, bug"
2021-11-05 00:20:46 +02:00
assignees: ''
---
## Checklist
2021-02-18 14:47:58 +02:00
- [ ] I've searched for similar issues.
- [ ] I'm using the latest version of HTTPie.
2021-02-18 14:44:29 +02:00
---
## Minimal reproduction code and steps
1.
2.
3.
## Current result
2021-02-18 14:46:10 +02:00
## Expected result
2021-02-18 14:42:59 +02:00
---
## Debug output
2021-02-18 14:42:59 +02: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 14:46:10 +02:00