mirror of
https://github.com/Expand-sys/awx-on-k3s
synced 2025-12-16 05:52:15 +11:00
fix: fix issue template
This commit is contained in:
parent
7f9bb3b237
commit
45d5004f1e
1 changed files with 12 additions and 1 deletions
13
.github/ISSUE_TEMPLATE/bug_report.md
vendored
13
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
|
@ -9,10 +9,21 @@ assignees: ''
|
|||
|
||||
## Environment
|
||||
<!-- K3s version can be checked by `k3s --version` command. -->
|
||||
- OS: HOGE X.Y
|
||||
|
||||
- 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. ...
|
||||
|
|
|
|||
Loading…
Reference in a new issue