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 #1142

Merged
merged 2 commits into from
Nov 3, 2023
Merged
Changes from 1 commit
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
45 changes: 45 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
---
name: Bug report
about: Create a report to help us improve
title: "[BUG]"
labels: bug, triage
assignees: ''

---

## Describe the Bug

_A clear and concise description of what the bug is, ideally within a sentence or two._

## Steps to Reproduce

_Provide a detailed step by step description of how to reproduce the bug._

1. Run command '...'
2. With options '...'
3. See error '...'

## Expected Behavior

_A description of what you expected to happen._

## Actual Behavior

_What actually happened._

## Screenshots or Terminal Output

_If applicable, add screenshots or copy-paste the terminal output to help explain your problem._

## Environment Details

- **Operating System:**
- **CLI Version:**
robnester-rh marked this conversation as resolved.
Show resolved Hide resolved
- **Shell:**
- **Additional context:**

_Any other context about the problem here._

## Possible Solution

_If you have a suggestion for how to fix the issue or identify what's going wrong, include it here._
Loading