mirror of
https://github.com/httpie/cli.git
synced 2024-11-24 08:22:22 +02:00
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
|
||||
about: Report an HTTPie bug
|
||||
about: Report a possible bug in HTTPie
|
||||
title: ''
|
||||
labels: "new, bug"
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Checklist**
|
||||
|
||||
- [ ] The issue is reproducible
|
||||
- [ ] I've searched the issues and found nothing
|
||||
- [ ] I've searched for similar issues
|
||||
- [ ] I'm using the the latest version of HTTPie
|
||||
|
||||
___
|
||||
|
||||
**Describe the bug**
|
||||
A clear and concise description of what the bug is
|
||||
**What are the steps to reproduce the problem?**
|
||||
|
||||
**To reproduce**
|
||||
Steps to reproduce:
|
||||
1.
|
||||
2.
|
||||
3.
|
||||
|
||||
**Expected behavior**
|
||||
Tell us what should happen
|
||||
**What is the expected result?**
|
||||
|
||||
**Current behavior**
|
||||
Tell us what happens instead
|
||||
|
||||
**Debug output and/or screenshots**
|
||||
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
|
||||
**What happens instead?**
|
||||
|
||||
|
||||
**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>
|
||||
```
|
||||
|
||||
**Environment**
|
||||
Your system setup
|
||||
|
||||
**Additional context**
|
||||
Add any other context about the problem here
|
||||
|
||||
**Possible solution or implementation**
|
||||
Not obligatory, but ideas are appreciated!
|
||||
**Provide any additional information, screenshots or code examples below**
|
||||
|
20
.github/ISSUE_TEMPLATE/feature_request.md
vendored
20
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@ -2,26 +2,20 @@
|
||||
name: Feature request
|
||||
about: Suggest an enhancement for HTTPie
|
||||
title: ''
|
||||
labels: "new, feature"
|
||||
labels: "new, enhancement"
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Checklist**
|
||||
|
||||
- [ ] This is a new feature or functionality
|
||||
- [ ] This feature hasn't been proposed before
|
||||
- [ ] I've searched for similar feature requests
|
||||
|
||||
___
|
||||
|
||||
**Describe the feature or enhancement you'd like**
|
||||
A clear and concise description of what you want to happen
|
||||
**What enhancement would you like to see?**
|
||||
|
||||
**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**
|
||||
A clear and concise description of any alternative solutions or features you've considered
|
||||
**What problem does it solve?**
|
||||
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