Skip to content

Commit

Permalink
Merge branch 'main' into feature/colliehub-version-tag
Browse files Browse the repository at this point in the history
  • Loading branch information
florianow authored Mar 12, 2024
2 parents 92dd064 + 3f740f9 commit b46faa7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 31 deletions.
23 changes: 6 additions & 17 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,34 +3,23 @@ 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:
1. Run `az logout`.
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
...
```
15 changes: 1 addition & 14 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?

0 comments on commit b46faa7

Please sign in to comment.