Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update issue templates #279

Merged
merged 1 commit into from
Mar 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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?
Loading