From 58ceddeacacad91dfb18efd288da9ca35dff4bdd Mon Sep 17 00:00:00 2001 From: Johannes Rudolph Date: Fri, 8 Mar 2024 09:26:59 +0100 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 23 ++++++----------------- .github/ISSUE_TEMPLATE/feature_request.md | 15 +-------------- 2 files changed, 7 insertions(+), 31 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 4525fd75..9c60109b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -3,18 +3,12 @@ name: Bug report about: Create a bug report to help us improve Collie CLI title: '' labels: bug -assignees: Jelledb, tfelix +assignees: '' --- **Describe the bug** -A clear and concise description of what the bug is. - -**Reach of the bug** -Who is impacted by the bug? All users of Collie? Only a subset, e.g. only AWS users? - -**Impact of the bug** -What is the bug preventing users from doing? How are they impacted? +A clear and concise description of what the bug is and whom it impacts. **To Reproduce** Steps to reproduce the behavior: @@ -22,15 +16,10 @@ Steps to reproduce the behavior: 2. Run `collie tenant list`. 3. An error is thrown. -**Expected behavior** -A clear and concise description of what you expected to happen. - **Screenshots** If applicable, add screenshots to help explain your problem. -**Desktop (please complete the following information):** - - OS: [e.g. Mac OS X] - - Version [e.g. v0.4.0] - -(optional) **Implementation Hints** -Do you have any ideas on how to solve the problem? A particular code file to check out? A solution pattern proposal? +**`collie info` output:** +```text +... +``` diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 1017d6fa..4569a69f 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -3,21 +3,8 @@ name: Feature request about: Suggest an idea that can improve Collie CLI title: '' labels: idea -assignees: Jelledb, tfelix +assignees: '' --- -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -**Reach of the feature request** -Who else has this problem? - -**Impact of the feature request** -What are you (and others) not able to do? How are you impacted by the problem? - -**How would a solution look like?** -What do you expect the solution to be to solve your problem? (attaching mockups or prototypes is helpful!) - -(optional) **Implementation Hints** -Any hints that could help implementation?