From 904dd4107ae452afe7f7df5797523c3fdd199c47 Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Thu, 18 Feb 2021 13:42:59 +0100 Subject: [PATCH] Issue templates tweaks --- .github/ISSUE_TEMPLATE/bug_report.md | 34 ++++++++--------------- .github/ISSUE_TEMPLATE/feature_request.md | 20 +++++-------- .github/ISSUE_TEMPLATE/other.md | 2 +- 3 files changed, 19 insertions(+), 37 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index c59415cc..a50c146a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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 ``` -**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** diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index ccfe2ee0..6447c946 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -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** diff --git a/.github/ISSUE_TEMPLATE/other.md b/.github/ISSUE_TEMPLATE/other.md index 3cdf8eac..bfad744e 100644 --- a/.github/ISSUE_TEMPLATE/other.md +++ b/.github/ISSUE_TEMPLATE/other.md @@ -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