forked from extern/httpie-cli
Issue templates tweaks
This commit is contained in:
parent
8efabc86e6
commit
904dd4107a
34
.github/ISSUE_TEMPLATE/bug_report.md
vendored
34
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -1,48 +1,36 @@
|
|||||||
---
|
---
|
||||||
name: Bug report
|
name: Bug report
|
||||||
about: Report an HTTPie bug
|
about: Report a possible bug in HTTPie
|
||||||
title: ''
|
title: ''
|
||||||
labels: "new, bug"
|
labels: "new, bug"
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
**Checklist**
|
- [ ] I've searched for similar issues
|
||||||
|
|
||||||
- [ ] The issue is reproducible
|
|
||||||
- [ ] I've searched the issues and found nothing
|
|
||||||
- [ ] I'm using the the latest version of HTTPie
|
- [ ] I'm using the the latest version of HTTPie
|
||||||
|
|
||||||
___
|
___
|
||||||
|
|
||||||
**Describe the bug**
|
**What are the steps to reproduce the problem?**
|
||||||
A clear and concise description of what the bug is
|
|
||||||
|
|
||||||
**To reproduce**
|
|
||||||
Steps to reproduce:
|
|
||||||
1.
|
1.
|
||||||
2.
|
2.
|
||||||
3.
|
3.
|
||||||
|
|
||||||
**Expected behavior**
|
**What is the expected result?**
|
||||||
Tell us what should happen
|
|
||||||
|
|
||||||
**Current behavior**
|
|
||||||
Tell us what happens instead
|
|
||||||
|
|
||||||
**Debug output and/or screenshots**
|
**What happens instead?**
|
||||||
Please provide the full command argument list as well as the output of the failing command. Run `http` with the `--debug` flag, then copy and paste both the command and its output here
|
|
||||||
|
|
||||||
|
**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>
|
$ http --debug <COMPLETE ARGUMENT LIST THAT TRIGGERS THE ERROR>
|
||||||
<COMPLETE OUTPUT>
|
<COMPLETE OUTPUT>
|
||||||
```
|
```
|
||||||
|
|
||||||
**Environment**
|
**Provide any additional information, screenshots or code examples below**
|
||||||
Your system setup
|
|
||||||
|
|
||||||
**Additional context**
|
|
||||||
Add any other context about the problem here
|
|
||||||
|
|
||||||
**Possible solution or implementation**
|
|
||||||
Not obligatory, but ideas are appreciated!
|
|
||||||
|
20
.github/ISSUE_TEMPLATE/feature_request.md
vendored
20
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@ -2,26 +2,20 @@
|
|||||||
name: Feature request
|
name: Feature request
|
||||||
about: Suggest an enhancement for HTTPie
|
about: Suggest an enhancement for HTTPie
|
||||||
title: ''
|
title: ''
|
||||||
labels: "new, feature"
|
labels: "new, enhancement"
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
**Checklist**
|
- [ ] I've searched for similar feature requests
|
||||||
|
|
||||||
- [ ] This is a new feature or functionality
|
|
||||||
- [ ] This feature hasn't been proposed before
|
|
||||||
|
|
||||||
___
|
___
|
||||||
|
|
||||||
**Describe the feature or enhancement you'd like**
|
**What enhancement would you like to see?**
|
||||||
A clear and concise description of what you want to happen
|
|
||||||
|
|
||||||
**Is it related to a problem? Please describe**
|
|
||||||
A clear and concise description of what the problem is. Eg. "I'm always frustrated when [...]". If there are any related issues, link them here
|
|
||||||
|
|
||||||
**Describe alternatives you've considered**
|
**What problem does it solve?**
|
||||||
A clear and concise description of any alternative solutions or features you've considered
|
E.g. “I'm always frustrated when [...]”, “I’m trying to do […] so that […]”.
|
||||||
|
|
||||||
**Additional context**
|
|
||||||
Feel free to add any other context, screenshots or propose an implementation
|
**Provide any additional information, screenshots or code examples below**
|
||||||
|
2
.github/ISSUE_TEMPLATE/other.md
vendored
2
.github/ISSUE_TEMPLATE/other.md
vendored
@ -7,4 +7,4 @@ assignees: ''
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
Anything you think is relevant. If it's a general question, reach out via the HTTPie Discord: https://httpie.io/chat
|
If you have a general question, please consider asking on Discord: https://httpie.io/chat
|
||||||
|
Loading…
Reference in New Issue
Block a user