forked from extern/httpie-cli
7c9f415107
* Add a workflow to check documentations * Fix markdown issues * Install Ruby 2.7 * Finally, handle and fix GitHub templates * Minor improvement in the feature request template * Verbose mode to be sure all files are checked
31 lines
409 B
Markdown
31 lines
409 B
Markdown
---
|
||
name: Feature request
|
||
about: Suggest an enhancement for HTTPie
|
||
title: ''
|
||
labels: "new, enhancement"
|
||
assignees: ''
|
||
|
||
---
|
||
|
||
## Checklist
|
||
|
||
- [ ] I've searched for similar feature requests.
|
||
|
||
---
|
||
|
||
## Enhancement request
|
||
|
||
…
|
||
|
||
---
|
||
|
||
## Problem it solves
|
||
|
||
E.g. “I'm always frustrated when […]”, “I’m trying to do […] so that […]”.
|
||
|
||
---
|
||
|
||
## Additional information, screenshots, or code examples
|
||
|
||
…
|