awx-on-k3s/.github/ISSUE_TEMPLATE/bug_report.md
2022-12-22 08:23:40 +09:00

29 lines
604 B
Markdown

---
name: 🐞 Bug Report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''
---
## Environment
<!-- K3s version can be checked by `k3s --version` command. -->
- OS: CentOS X.Y, RHEL X.Y, Ubuntu X.Y, Debian X.Y, ...
- Kubernetes/K3s: X.Y.Z
- AWX Operator: X.Y.Z
## Description
<!-- Describe the problem here. -->
<!-- It would be helpful if you could paste the logs and/or command output. -->
Blah blah blah ...
## Step to Reproduce
<!-- Describe the steps to reproduce the problem or the operation you performed. -->
1. Deploy ...
2. Invoke `kubectl ...`
3. ...
4. ...